#496D16

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

Shades of Green Leaf #496D16

Tints of Green Leaf #496D16

Color information

#496D16 (or 0x496D16) is unknown color: approx Green Leaf. HEX triplet: 49, 6D and 16. RGB value is (73,109,22). Sum of RGB (Red+Green+Blue) = 73+109+22=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #496D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496D16 is #B692E9. Grayscale: #585858. Windows color (decimal): -11965162 or 1469769. OLE color: 1469769.

HSL color Cylindrical-coordinate representation of color #496D16: hue angle of 84.83º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #496D16 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB7310922-
CMYK0.3300.800.57
HSL84.83º66.41%25.69%-
HSV(B)84.83º79.82%42.75%-
XYZ8.3612.412.71-
YUV88.3290.57117.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 109 (42.97% from 255) = 53.43%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=35.78%
G=53.43%
B=10.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109220.3300.800.5784.8366.4125.69
Hex496D16210503955421a
Octal111155264101207112510232
Binary1001001110110110110100001010100001110011010101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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