how to give the backgrond color of the image color in html and css and js code example
Example: background css
body {
background: #ffffff url("img_tree.png") no-repeat fixed right top;
}
body {
background: #ffffff url("img_tree.png") no-repeat fixed right top;
}