Shades of Green Leaf #497900
Tints of Green Leaf #497900
RGB
CMYK
RGB Variations
Color information
#497900 (or 0x497900) is known color: Green Leaf. HEX triplet: 49, 79 and 00. RGB value is (73,121,0). Sum of RGB (Red+Green+Blue) = 73+121+0=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #497900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497900 is #B686FF. Grayscale: #5D5D5D. Windows color (decimal): -11962112 or 31049. OLE color: 31049.
HSL color Cylindrical-coordinate representation of color #497900: hue angle of 83.8º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #497900 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.53 |
| HSL | 83.8º | 1% | 0.24% | - |
| HSV(B) | 83.8º | 1% | 0.47% | - |
| XYZ | 9.59 | 15.09 | 2.41 | - |
| YUV | 92.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 0 | 0.40 | 0 | 1 | 0.53 | 83.8 | 1 | 0.24 |
| Hex | 49 | 79 | 0 | 28 | 0 | 64 | 35 | 54 | 64 | 18 |
| Octal | 111 | 171 | 0 | 50 | 0 | 144 | 65 | 124 | 144 | 30 |
| Binary | 1001001 | 1111001 | 0 | 101000 | 0 | 1100100 | 110101 | 1010100 | 1100100 | 11000 |
Color Harmonies of #497900
Complementary color
Monochromatic Colors of #497900
Black with #497900
Text Example
Text Example
White with #497900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497900; }
p { color: rgb(73,121,0); }
H1.HeaderClassName
{
color: #497900;
}
.AnyTagClassName
{
color: #497900;
}
</style>
background-color css
<style>
a { background-color: #497900; }
a { background-color: rgb(73,121,0); }
div.DivClassName
{
background-color: #497900;
}
.BgClassName
{
background-color: #497900;
}
</style>
border-color css
<style>
span { border-color: #497900; }
span { border-color: rgb(73,121,0); }
td.TdClassName
{
border-color: #497900;
}
.TagClassName
{
border-color: #497900;
}
</style>