body.animate({"background-color": "rgb(" + parseInt((h / 60) * 255) + "," + parseInt((m / 60) * 255) + "," + parseInt((s / 60) * 255) + ")"});