#496F14

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

Shades of Green Leaf #496F14

Tints of Green Leaf #496F14

Color information

#496F14 (or 0x496F14) is unknown color: approx Green Leaf. HEX triplet: 49, 6F and 14. RGB value is (73,111,20). Sum of RGB (Red+Green+Blue) = 73+111+20=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #496F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F14 is #B690EB. Grayscale: #595959. Windows color (decimal): -11964652 or 1339209. OLE color: 1339209.

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

Color convert

RGB7311120-
CMYK0.3400.820.56
HSL85.05º69.47%25.69%-
HSV(B)85.05º81.98%43.53%-
XYZ8.5612.842.69-
YUV89.2688.91116.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 111 (43.75% from 255) = 54.41%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=35.78%
G=54.41%
B=9.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111200.3400.820.5685.0569.4725.69
Hex496F14220523855451a
Octal111157244201227012510532
Binary1001001110111110100100010010100101110001010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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