#496D10

Color #496D10 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #496D10

Tints of Green Leaf #496D10

Color information

#496D10 (or 0x496D10) is unknown color: approx Green Leaf. HEX triplet: 49, 6D and 10. RGB value is (73,109,16). Sum of RGB (Red+Green+Blue) = 73+109+16=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #496D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496D10 is #B692EF. Grayscale: #575757. Windows color (decimal): -11965168 or 1076553. OLE color: 1076553.

HSL color Cylindrical-coordinate representation of color #496D10: hue angle of 83.23º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #496D10 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB7310916-
CMYK0.3300.850.57
HSL83.23º74.4%24.51%-
HSV(B)83.23º85.32%42.75%-
XYZ8.3112.392.44-
YUV87.6387.57117.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 109 (42.97% from 255) = 55.05%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=36.87%
G=55.05%
B=8.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109160.3300.850.5783.2374.424.51
Hex496D102105539534a19
Octal111155204101257112311231
Binary1001001110110110000100001010101011110011010011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D10; }

 p { color: rgb(73,109,16); }

 H1.HeaderClassName
 {
   color: #496D10;
 }
 .AnyTagClassName
 {
   color: #496D10;
 }
</style>
background-color css

<style>
 a { background-color: #496D10; }

 a { background-color: rgb(73,109,16); }

 div.DivClassName
 {
   background-color: #496D10;
 }
 .BgClassName
 {
   background-color: #496D10;
 }
</style>
border-color css

<style>
 span { border-color: #496D10; }

 span { border-color: rgb(73,109,16); }

 td.TdClassName
 {
   border-color: #496D10;
 }
 .TagClassName
 {
   border-color: #496D10;
 }
</style>