#496D13

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

Shades of Green Leaf #496D13

Tints of Green Leaf #496D13

Color information

#496D13 (or 0x496D13) is unknown color: approx Green Leaf. HEX triplet: 49, 6D and 13. RGB value is (73,109,19). Sum of RGB (Red+Green+Blue) = 73+109+19=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #496D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496D13 is #B692EC. Grayscale: #585858. Windows color (decimal): -11965165 or 1273161. OLE color: 1273161.

HSL color Cylindrical-coordinate representation of color #496D13: hue angle of 84º degrees, saturation: 0.7, 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 #496D13 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB7310919-
CMYK0.3300.830.57
HSL84º70.31%25.1%-
HSV(B)84º82.57%42.75%-
XYZ8.3312.42.57-
YUV87.9889.07117.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 109 (42.97% from 255) = 54.23%
BLUE value IS 19 (7.81% from 255) = 9.45%
R=36.32%
G=54.23%
B=9.45%

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
Decimal73109190.3300.830.578470.3125.1
Hex496D132105339544619
Octal111155234101237112410631
Binary1001001110110110011100001010100111110011010100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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