Shades of Green Leaf #497121
Tints of Green Leaf #497121
RGB
CMYK
RGB Variations
Color information
#497121 (or 0x497121) is known color: Green Leaf. HEX triplet: 49, 71 and 21. RGB value is (73,113,33). Sum of RGB (Red+Green+Blue) = 73+113+33=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #497121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497121 is #B68EDE. Grayscale: #5C5C5C. Windows color (decimal): -11964127 or 2191689. OLE color: 2191689.
HSL color Cylindrical-coordinate representation of color #497121: hue angle of 90º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497121 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 33 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.56 |
| HSL | 90º | 0.55% | 0.29% | - |
| HSV(B) | 90º | 0.71% | 0.44% | - |
| XYZ | 8.93 | 13.34 | 3.54 | - |
| YUV | 91.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 33 | 0.35 | 0 | 0.71 | 0.56 | 90 | 0.55 | 0.29 |
| Hex | 49 | 71 | 21 | 23 | 0 | 47 | 38 | 5A | 37 | 1D |
| Octal | 111 | 161 | 41 | 43 | 0 | 107 | 70 | 132 | 67 | 35 |
| Binary | 1001001 | 1110001 | 100001 | 100011 | 0 | 1000111 | 111000 | 1011010 | 110111 | 11101 |
Color Harmonies of #497121
Complementary color
Monochromatic Colors of #497121
Black with #497121
Text Example
Text Example
White with #497121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497121; }
p { color: rgb(73,113,33); }
H1.HeaderClassName
{
color: #497121;
}
.AnyTagClassName
{
color: #497121;
}
</style>
background-color css
<style>
a { background-color: #497121; }
a { background-color: rgb(73,113,33); }
div.DivClassName
{
background-color: #497121;
}
.BgClassName
{
background-color: #497121;
}
</style>
border-color css
<style>
span { border-color: #497121; }
span { border-color: rgb(73,113,33); }
td.TdClassName
{
border-color: #497121;
}
.TagClassName
{
border-color: #497121;
}
</style>