#497906

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

Shades of Green Leaf #497906

Tints of Green Leaf #497906

Color information

#497906 (or 0x497906) is unknown color: approx Green Leaf. HEX triplet: 49, 79 and 06. RGB value is (73,121,6). Sum of RGB (Red+Green+Blue) = 73+121+6=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 121 (47.66% from 255 or 60.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 121 - color contains mainly: green. Hex color #497906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497906 is #B686F9. Grayscale: #5D5D5D. Windows color (decimal): -11962106 or 424265. OLE color: 424265.

HSL color Cylindrical-coordinate representation of color #497906: hue angle of 85.04º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #497906 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB731216-
CMYK0.4000.950.53
HSL85.04º90.55%24.9%-
HSV(B)85.04º95.04%47.45%-
XYZ9.6215.12.58-
YUV93.5478.6113.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 121 (47.66% from 255) = 60.5%
BLUE value IS 6 (2.73% from 255) = 3%
R=36.5%
G=60.5%
B=3%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7312160.4000.950.5385.0490.5524.9
Hex497962805F35555b19
Octal11117165001376512513331
Binary10010011111001110101000010111111101011010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497906; }

 p { color: rgb(73,121,6); }

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

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

 a { background-color: rgb(73,121,6); }

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

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

 span { border-color: rgb(73,121,6); }

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