#496E12

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

Shades of Green Leaf #496E12

Tints of Green Leaf #496E12

Color information

#496E12 (or 0x496E12) is unknown color: approx Green Leaf. HEX triplet: 49, 6E and 12. RGB value is (73,110,18). Sum of RGB (Red+Green+Blue) = 73+110+18=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 110 (43.36% from 255 or 54.73% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 110 - color contains mainly: green. Hex color #496E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496E12 is #B691ED. Grayscale: #585858. Windows color (decimal): -11964910 or 1207881. OLE color: 1207881.

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

Color convert

RGB7311018-
CMYK0.3400.840.57
HSL84.13º71.88%25.1%-
HSV(B)84.13º83.64%43.14%-
XYZ8.4312.612.56-
YUV88.4588.24116.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 110 (43.36% from 255) = 54.73%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=36.32%
G=54.73%
B=8.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73110180.3400.840.5784.1371.8825.1
Hex496E122205439544819
Octal111156224201247112411031
Binary1001001110111010010100010010101001110011010100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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