#497620

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

Shades of Green Leaf #497620

Tints of Green Leaf #497620

Color information

#497620 (or 0x497620) is unknown color: approx Green Leaf. HEX triplet: 49, 76 and 20. RGB value is (73,118,32). Sum of RGB (Red+Green+Blue) = 73+118+32=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #497620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497620 is #B689DF. Grayscale: #5F5F5F. Windows color (decimal): -11962848 or 2127433. OLE color: 2127433.

HSL color Cylindrical-coordinate representation of color #497620: hue angle of 91.4º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #497620 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB7311832-
CMYK0.3800.730.54
HSL91.4º57.33%29.41%-
HSV(B)91.4º72.88%46.27%-
XYZ9.4914.483.66-
YUV94.7492.59112.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 118 (46.48% from 255) = 52.91%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=32.74%
G=52.91%
B=14.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118320.3800.730.5491.457.3329.41
Hex49762026049365b391d
Octal11116640460111661337135
Binary1001001111011010000010011001001001110110101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497620; }

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

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

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

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

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

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

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

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