#497420

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

Shades of Green Leaf #497420

Tints of Green Leaf #497420

Color information

#497420 (or 0x497420) is unknown color: approx Green Leaf. HEX triplet: 49, 74 and 20. RGB value is (73,116,32). Sum of RGB (Red+Green+Blue) = 73+116+32=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #497420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497420 is #B68BDF. Grayscale: #5D5D5D. Windows color (decimal): -11963360 or 2126921. OLE color: 2126921.

HSL color Cylindrical-coordinate representation of color #497420: hue angle of 90.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #497420 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB7311632-
CMYK0.3700.720.55
HSL90.71º56.76%29.02%-
HSV(B)90.71º72.41%45.49%-
XYZ9.2514.013.58-
YUV93.5793.25113.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 32 (12.89% from 255) = 14.48%
R=33.03%
G=52.49%
B=14.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116320.3700.720.5590.7156.7629.02
Hex49742025048375b391d
Octal11116440450110671337135
Binary1001001111010010000010010101001000110111101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497420; }

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

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

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

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

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

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

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

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