#497421

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

Shades of Green Leaf #497421

Tints of Green Leaf #497421

Color information

#497421 (or 0x497421) is unknown color: approx Green Leaf. HEX triplet: 49, 74 and 21. RGB value is (73,116,33). Sum of RGB (Red+Green+Blue) = 73+116+33=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #497421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497421 is #B68BDE. Grayscale: #5D5D5D. Windows color (decimal): -11963359 or 2192457. OLE color: 2192457.

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

Color convert

RGB7311633-
CMYK0.3700.720.55
HSL91.08º55.7%29.22%-
HSV(B)91.08º71.55%45.49%-
XYZ9.2714.023.66-
YUV93.6893.75113.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=32.88%
G=52.25%
B=14.86%

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
Decimal73116330.3700.720.5591.0855.729.22
Hex49742125048375b381d
Octal11116441450110671337035
Binary1001001111010010000110010101001000110111101101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497421; }

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

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

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

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

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

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

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

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