#496914

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

Shades of Green Leaf #496914

Tints of Green Leaf #496914

Color information

#496914 (or 0x496914) is unknown color: approx Green Leaf. HEX triplet: 49, 69 and 14. RGB value is (73,105,20). Sum of RGB (Red+Green+Blue) = 73+105+20=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #496914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496914 is #B696EB. Grayscale: #565656. Windows color (decimal): -11966188 or 1337673. OLE color: 1337673.

HSL color Cylindrical-coordinate representation of color #496914: hue angle of 82.59º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #496914 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB7310520-
CMYK0.3000.810.59
HSL82.59º68%24.51%-
HSV(B)82.59º80.95%41.18%-
XYZ7.9311.572.48-
YUV85.7490.9118.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=36.87%
G=53.03%
B=10.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105200.3000.810.5982.596824.51
Hex4969141E0513B534419
Octal111151243601217312310431
Binary100100111010011010011110010100011110111010011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496914; }

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

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

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

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

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

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

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

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