#496F1E

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

Shades of Green Leaf #496F1E

Tints of Green Leaf #496F1E

Color information

#496F1E (or 0x496F1E) is unknown color: approx Green Leaf. HEX triplet: 49, 6F and 1E. RGB value is (73,111,30). Sum of RGB (Red+Green+Blue) = 73+111+30=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #496F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F1E is #B690E1. Grayscale: #5A5A5A. Windows color (decimal): -11964642 or 1994569. OLE color: 1994569.

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

Color convert

RGB7311130-
CMYK0.3400.730.56
HSL88.15º57.45%27.65%-
HSV(B)88.15º72.97%43.53%-
XYZ8.6712.883.26-
YUV90.493.91115.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 111 (43.75% from 255) = 51.87%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=34.11%
G=51.87%
B=14.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111300.3400.730.5688.1557.4527.65
Hex496F1E220493858391c
Octal11115736420111701307134
Binary100100111011111111010001001001001111000101100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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