#496F19

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

Shades of Green Leaf #496F19

Tints of Green Leaf #496F19

Color information

#496F19 (or 0x496F19) is unknown color: approx Green Leaf. HEX triplet: 49, 6F and 19. RGB value is (73,111,25). Sum of RGB (Red+Green+Blue) = 73+111+25=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #496F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F19 is #B690E6. Grayscale: #5A5A5A. Windows color (decimal): -11964647 or 1666889. OLE color: 1666889.

HSL color Cylindrical-coordinate representation of color #496F19: hue angle of 86.51º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #496F19 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB7311125-
CMYK0.3400.770.56
HSL86.51º63.24%26.67%-
HSV(B)86.51º77.48%43.53%-
XYZ8.6112.862.95-
YUV89.8391.41115.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=34.93%
G=53.11%
B=11.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111250.3400.770.5686.5163.2426.67
Hex496F192204D38573f1b
Octal11115731420115701277733
Binary100100111011111100110001001001101111000101011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,111,25); }

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

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

 a { background-color: rgb(73,111,25); }

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

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

 span { border-color: rgb(73,111,25); }

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