Shades of Green Leaf #497209
Tints of Green Leaf #497209
RGB
CMYK
RGB Variations
Color information
#497209 (or 0x497209) is known color: Green Leaf. HEX triplet: 49, 72 and 09. RGB value is (73,114,9). Sum of RGB (Red+Green+Blue) = 73+114+9=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #497209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497209 is #B68DF6. Grayscale: #5A5A5A. Windows color (decimal): -11963895 or 619081. OLE color: 619081.
HSL color Cylindrical-coordinate representation of color #497209: hue angle of 83.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #497209 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 9 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.55 |
| HSL | 83.43º | 0.85% | 0.24% | - |
| HSV(B) | 83.43º | 0.92% | 0.45% | - |
| XYZ | 8.81 | 13.47 | 2.39 | - |
| YUV | 89.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 9 | 0.36 | 0 | 0.92 | 0.55 | 83.43 | 0.85 | 0.24 |
| Hex | 49 | 72 | 9 | 24 | 0 | 5C | 37 | 53 | 55 | 18 |
| Octal | 111 | 162 | 11 | 44 | 0 | 134 | 67 | 123 | 125 | 30 |
| Binary | 1001001 | 1110010 | 1001 | 100100 | 0 | 1011100 | 110111 | 1010011 | 1010101 | 11000 |
Color Harmonies of #497209
Complementary color
Monochromatic Colors of #497209
Black with #497209
Text Example
Text Example
White with #497209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497209; }
p { color: rgb(73,114,9); }
H1.HeaderClassName
{
color: #497209;
}
.AnyTagClassName
{
color: #497209;
}
</style>
background-color css
<style>
a { background-color: #497209; }
a { background-color: rgb(73,114,9); }
div.DivClassName
{
background-color: #497209;
}
.BgClassName
{
background-color: #497209;
}
</style>
border-color css
<style>
span { border-color: #497209; }
span { border-color: rgb(73,114,9); }
td.TdClassName
{
border-color: #497209;
}
.TagClassName
{
border-color: #497209;
}
</style>