#497120

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

Shades of Green Leaf #497120

Tints of Green Leaf #497120

Color information

#497120 (or 0x497120) is unknown color: approx Green Leaf. HEX triplet: 49, 71 and 20. RGB value is (73,113,32). Sum of RGB (Red+Green+Blue) = 73+113+32=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #497120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497120 is #B68EDF. Grayscale: #5C5C5C. Windows color (decimal): -11964128 or 2126153. OLE color: 2126153.

HSL color Cylindrical-coordinate representation of color #497120: hue angle of 89.63º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #497120 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB7311332-
CMYK0.3500.720.56
HSL89.63º55.86%28.43%-
HSV(B)89.63º71.68%44.31%-
XYZ8.9113.333.47-
YUV91.8194.25114.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 113 (44.53% from 255) = 51.83%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=33.49%
G=51.83%
B=14.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113320.3500.720.5689.6355.8628.43
Hex49712023048385a381c
Octal11116140430110701327034
Binary1001001111000110000010001101001000111000101101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497120; }

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

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

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

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

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

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

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

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