Shades of Green Leaf #497C08
Tints of Green Leaf #497C08
RGB
CMYK
RGB Variations
Color information
#497C08 (or 0x497C08) is known color: Green Leaf. HEX triplet: 49, 7C and 08. RGB value is (73,124,8). Sum of RGB (Red+Green+Blue) = 73+124+8=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #497C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C08 is #B683F7. Grayscale: #5F5F5F. Windows color (decimal): -11961336 or 556105. OLE color: 556105.
HSL color Cylindrical-coordinate representation of color #497C08: hue angle of 86.38º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #497C08 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 8 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.51 |
| HSL | 86.38º | 0.88% | 0.26% | - |
| HSV(B) | 86.38º | 0.94% | 0.49% | - |
| XYZ | 10 | 15.85 | 2.76 | - |
| YUV | 95.53 | 78.6 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 8 | 0.41 | 0 | 0.94 | 0.51 | 86.38 | 0.88 | 0.26 |
| Hex | 49 | 7C | 8 | 29 | 0 | 5E | 33 | 56 | 58 | 1A |
| Octal | 111 | 174 | 10 | 51 | 0 | 136 | 63 | 126 | 130 | 32 |
| Binary | 1001001 | 1111100 | 1000 | 101001 | 0 | 1011110 | 110011 | 1010110 | 1011000 | 11010 |
Color Harmonies of #497C08
Complementary color
Monochromatic Colors of #497C08
Black with #497C08
Text Example
Text Example
White with #497C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C08; }
p { color: rgb(73,124,8); }
H1.HeaderClassName
{
color: #497C08;
}
.AnyTagClassName
{
color: #497C08;
}
</style>
background-color css
<style>
a { background-color: #497C08; }
a { background-color: rgb(73,124,8); }
div.DivClassName
{
background-color: #497C08;
}
.BgClassName
{
background-color: #497C08;
}
</style>
border-color css
<style>
span { border-color: #497C08; }
span { border-color: rgb(73,124,8); }
td.TdClassName
{
border-color: #497C08;
}
.TagClassName
{
border-color: #497C08;
}
</style>