Shades of Green Leaf #497520
Tints of Green Leaf #497520
RGB
CMYK
RGB Variations
Color information
#497520 (or 0x497520) is known color: Green Leaf. HEX triplet: 49, 75 and 20. RGB value is (73,117,32). Sum of RGB (Red+Green+Blue) = 73+117+32=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #497520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497520 is #B68ADF. Grayscale: #5E5E5E. Windows color (decimal): -11963104 or 2127177. OLE color: 2127177.
HSL color Cylindrical-coordinate representation of color #497520: hue angle of 91.06º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #497520 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 32 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.54 |
| HSL | 91.06º | 0.57% | 0.29% | - |
| HSV(B) | 91.06º | 0.73% | 0.46% | - |
| XYZ | 9.37 | 14.24 | 3.62 | - |
| YUV | 94.15 | 92.92 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 32 | 0.38 | 0 | 0.73 | 0.54 | 91.06 | 0.57 | 0.29 |
| Hex | 49 | 75 | 20 | 26 | 0 | 49 | 36 | 5B | 39 | 1D |
| Octal | 111 | 165 | 40 | 46 | 0 | 111 | 66 | 133 | 71 | 35 |
| Binary | 1001001 | 1110101 | 100000 | 100110 | 0 | 1001001 | 110110 | 1011011 | 111001 | 11101 |
Color Harmonies of #497520
Complementary color
Monochromatic Colors of #497520
Black with #497520
Text Example
Text Example
White with #497520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497520; }
p { color: rgb(73,117,32); }
H1.HeaderClassName
{
color: #497520;
}
.AnyTagClassName
{
color: #497520;
}
</style>
background-color css
<style>
a { background-color: #497520; }
a { background-color: rgb(73,117,32); }
div.DivClassName
{
background-color: #497520;
}
.BgClassName
{
background-color: #497520;
}
</style>
border-color css
<style>
span { border-color: #497520; }
span { border-color: rgb(73,117,32); }
td.TdClassName
{
border-color: #497520;
}
.TagClassName
{
border-color: #497520;
}
</style>