Shades of Green Leaf #497222
Tints of Green Leaf #497222
RGB
CMYK
RGB Variations
Color information
#497222 (or 0x497222) is known color: Green Leaf. HEX triplet: 49, 72 and 22. RGB value is (73,114,34). Sum of RGB (Red+Green+Blue) = 73+114+34=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #497222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497222 is #B68DDD. Grayscale: #5C5C5C. Windows color (decimal): -11963870 or 2257481. OLE color: 2257481.
HSL color Cylindrical-coordinate representation of color #497222: hue angle of 90.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497222 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 34 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.55 |
| HSL | 90.75º | 0.54% | 0.29% | - |
| HSV(B) | 90.75º | 0.7% | 0.45% | - |
| XYZ | 9.05 | 13.57 | 3.65 | - |
| YUV | 92.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 34 | 0.36 | 0 | 0.70 | 0.55 | 90.75 | 0.54 | 0.29 |
| Hex | 49 | 72 | 22 | 24 | 0 | 46 | 37 | 5B | 36 | 1D |
| Octal | 111 | 162 | 42 | 44 | 0 | 106 | 67 | 133 | 66 | 35 |
| Binary | 1001001 | 1110010 | 100010 | 100100 | 0 | 1000110 | 110111 | 1011011 | 110110 | 11101 |
Color Harmonies of #497222
Complementary color
Monochromatic Colors of #497222
Black with #497222
Text Example
Text Example
White with #497222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497222; }
p { color: rgb(73,114,34); }
H1.HeaderClassName
{
color: #497222;
}
.AnyTagClassName
{
color: #497222;
}
</style>
background-color css
<style>
a { background-color: #497222; }
a { background-color: rgb(73,114,34); }
div.DivClassName
{
background-color: #497222;
}
.BgClassName
{
background-color: #497222;
}
</style>
border-color css
<style>
span { border-color: #497222; }
span { border-color: rgb(73,114,34); }
td.TdClassName
{
border-color: #497222;
}
.TagClassName
{
border-color: #497222;
}
</style>