Shades of Green Leaf #497800
Tints of Green Leaf #497800
RGB
CMYK
RGB Variations
Color information
#497800 (or 0x497800) is known color: Green Leaf. HEX triplet: 49, 78 and 00. RGB value is (73,120,0). Sum of RGB (Red+Green+Blue) = 73+120+0=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #497800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497800 is #B687FF. Grayscale: #5C5C5C. Windows color (decimal): -11962368 or 30793. OLE color: 30793.
HSL color Cylindrical-coordinate representation of color #497800: hue angle of 83.5º 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 #497800 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.53 |
| HSL | 83.5º | 1% | 0.24% | - |
| HSV(B) | 83.5º | 1% | 0.47% | - |
| XYZ | 9.46 | 14.85 | 2.37 | - |
| YUV | 92.27 | 75.93 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 0 | 0.39 | 0 | 1 | 0.53 | 83.5 | 1 | 0.24 |
| Hex | 49 | 78 | 0 | 27 | 0 | 64 | 35 | 54 | 64 | 18 |
| Octal | 111 | 170 | 0 | 47 | 0 | 144 | 65 | 124 | 144 | 30 |
| Binary | 1001001 | 1111000 | 0 | 100111 | 0 | 1100100 | 110101 | 1010100 | 1100100 | 11000 |
Color Harmonies of #497800
Complementary color
Monochromatic Colors of #497800
Black with #497800
Text Example
Text Example
White with #497800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497800; }
p { color: rgb(73,120,0); }
H1.HeaderClassName
{
color: #497800;
}
.AnyTagClassName
{
color: #497800;
}
</style>
background-color css
<style>
a { background-color: #497800; }
a { background-color: rgb(73,120,0); }
div.DivClassName
{
background-color: #497800;
}
.BgClassName
{
background-color: #497800;
}
</style>
border-color css
<style>
span { border-color: #497800; }
span { border-color: rgb(73,120,0); }
td.TdClassName
{
border-color: #497800;
}
.TagClassName
{
border-color: #497800;
}
</style>