#497324

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

Shades of Green Leaf #497324

Tints of Green Leaf #497324

Color information

#497324 (or 0x497324) is unknown color: approx Green Leaf. HEX triplet: 49, 73 and 24. RGB value is (73,115,36). Sum of RGB (Red+Green+Blue) = 73+115+36=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #497324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497324 is #B68CDB. Grayscale: #5D5D5D. Windows color (decimal): -11963612 or 2388809. OLE color: 2388809.

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

Color convert

RGB7311536-
CMYK0.3700.690.55
HSL91.9º52.32%29.61%-
HSV(B)91.9º68.7%45.1%-
XYZ9.213.813.85-
YUV93.4495.59113.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=32.59%
G=51.34%
B=16.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115360.3700.690.5591.952.3229.61
Hex49732425045375c341e
Octal11116344450105671346436
Binary1001001111001110010010010101000101110111101110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497324; }

 p { color: rgb(73,115,36); }

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

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

 a { background-color: rgb(73,115,36); }

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

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

 span { border-color: rgb(73,115,36); }

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