Shades of Green Leaf #497808
Tints of Green Leaf #497808
RGB
CMYK
RGB Variations
Color information
#497808 (or 0x497808) is known color: Green Leaf. HEX triplet: 49, 78 and 08. RGB value is (73,120,8). Sum of RGB (Red+Green+Blue) = 73+120+8=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #497808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497808 is #B687F7. Grayscale: #5D5D5D. Windows color (decimal): -11962360 or 555081. OLE color: 555081.
HSL color Cylindrical-coordinate representation of color #497808: hue angle of 85.18º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #497808 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 8 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.53 |
| HSL | 85.18º | 0.88% | 0.25% | - |
| HSV(B) | 85.18º | 0.93% | 0.47% | - |
| XYZ | 9.51 | 14.87 | 2.6 | - |
| YUV | 93.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 8 | 0.39 | 0 | 0.93 | 0.53 | 85.18 | 0.88 | 0.25 |
| Hex | 49 | 78 | 8 | 27 | 0 | 5D | 35 | 55 | 58 | 19 |
| Octal | 111 | 170 | 10 | 47 | 0 | 135 | 65 | 125 | 130 | 31 |
| Binary | 1001001 | 1111000 | 1000 | 100111 | 0 | 1011101 | 110101 | 1010101 | 1011000 | 11001 |
Color Harmonies of #497808
Complementary color
Monochromatic Colors of #497808
Black with #497808
Text Example
Text Example
White with #497808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497808; }
p { color: rgb(73,120,8); }
H1.HeaderClassName
{
color: #497808;
}
.AnyTagClassName
{
color: #497808;
}
</style>
background-color css
<style>
a { background-color: #497808; }
a { background-color: rgb(73,120,8); }
div.DivClassName
{
background-color: #497808;
}
.BgClassName
{
background-color: #497808;
}
</style>
border-color css
<style>
span { border-color: #497808; }
span { border-color: rgb(73,120,8); }
td.TdClassName
{
border-color: #497808;
}
.TagClassName
{
border-color: #497808;
}
</style>