#497820

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

Shades of Green Leaf #497820

Tints of Green Leaf #497820

Color information

#497820 (or 0x497820) is unknown color: approx Green Leaf. HEX triplet: 49, 78 and 20. RGB value is (73,120,32). Sum of RGB (Red+Green+Blue) = 73+120+32=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #497820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497820 is #B687DF. Grayscale: #606060. Windows color (decimal): -11962336 or 2127945. OLE color: 2127945.

HSL color Cylindrical-coordinate representation of color #497820: hue angle of 92.05º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #497820 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB7312032-
CMYK0.3900.730.53
HSL92.05º57.89%29.8%-
HSV(B)92.05º73.33%47.06%-
XYZ9.7214.953.74-
YUV95.9291.93111.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=32.44%
G=53.33%
B=14.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120320.3900.730.5392.0557.8929.8
Hex49782027049355c3a1e
Octal11117040470111651347236
Binary1001001111100010000010011101001001110101101110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497820; }

 p { color: rgb(73,120,32); }

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

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

 a { background-color: rgb(73,120,32); }

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

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

 span { border-color: rgb(73,120,32); }

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