#496D12

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

Shades of Green Leaf #496D12

Tints of Green Leaf #496D12

Color information

#496D12 (or 0x496D12) is unknown color: approx Green Leaf. HEX triplet: 49, 6D and 12. RGB value is (73,109,18). Sum of RGB (Red+Green+Blue) = 73+109+18=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 109 (42.97% from 255 or 54.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 109 - color contains mainly: green. Hex color #496D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496D12 is #B692ED. Grayscale: #585858. Windows color (decimal): -11965166 or 1207625. OLE color: 1207625.

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

Color convert

RGB7310918-
CMYK0.3300.830.57
HSL83.74º71.65%24.9%-
HSV(B)83.74º83.49%42.75%-
XYZ8.3312.42.53-
YUV87.8688.57117.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 109 (42.97% from 255) = 54.5%
BLUE value IS 18 (7.42% from 255) = 9%
R=36.5%
G=54.5%
B=9%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109180.3300.830.5783.7471.6524.9
Hex496D122105339544819
Octal111155224101237112411031
Binary1001001110110110010100001010100111110011010100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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