#497220

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

Shades of Green Leaf #497220

Tints of Green Leaf #497220

Color information

#497220 (or 0x497220) is unknown color: approx Green Leaf. HEX triplet: 49, 72 and 20. RGB value is (73,114,32). Sum of RGB (Red+Green+Blue) = 73+114+32=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #497220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497220 is #B68DDF. Grayscale: #5C5C5C. Windows color (decimal): -11963872 or 2126409. OLE color: 2126409.

HSL color Cylindrical-coordinate representation of color #497220: hue angle of 90º degrees, saturation: 0.56, 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 #497220 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB7311432-
CMYK0.3600.720.55
HSL90º56.16%28.63%-
HSV(B)90º71.93%44.71%-
XYZ9.0313.563.51-
YUV92.3993.92114.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=33.33%
G=52.05%
B=14.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114320.3600.720.559056.1628.63
Hex49722024048375a381d
Octal11116240440110671327035
Binary1001001111001010000010010001001000110111101101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497220; }

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

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

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

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

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

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

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

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