Shades of Green Leaf #497A08
Tints of Green Leaf #497A08
RGB
CMYK
RGB Variations
Color information
#497A08 (or 0x497A08) is known color: Green Leaf. HEX triplet: 49, 7A and 08. RGB value is (73,122,8). Sum of RGB (Red+Green+Blue) = 73+122+8=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #497A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497A08 is #B685F7. Grayscale: #5E5E5E. Windows color (decimal): -11961848 or 555593. OLE color: 555593.
HSL color Cylindrical-coordinate representation of color #497A08: hue angle of 85.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #497A08 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 122 | 8 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.52 |
| HSL | 85.79º | 0.88% | 0.25% | - |
| HSV(B) | 85.79º | 0.93% | 0.48% | - |
| XYZ | 9.75 | 15.35 | 2.68 | - |
| YUV | 94.35 | 79.27 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 8 | 0.40 | 0 | 0.93 | 0.52 | 85.79 | 0.88 | 0.25 |
| Hex | 49 | 7A | 8 | 28 | 0 | 5D | 34 | 56 | 58 | 19 |
| Octal | 111 | 172 | 10 | 50 | 0 | 135 | 64 | 126 | 130 | 31 |
| Binary | 1001001 | 1111010 | 1000 | 101000 | 0 | 1011101 | 110100 | 1010110 | 1011000 | 11001 |
Color Harmonies of #497A08
Complementary color
Monochromatic Colors of #497A08
Black with #497A08
Text Example
Text Example
White with #497A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A08; }
p { color: rgb(73,122,8); }
H1.HeaderClassName
{
color: #497A08;
}
.AnyTagClassName
{
color: #497A08;
}
</style>
background-color css
<style>
a { background-color: #497A08; }
a { background-color: rgb(73,122,8); }
div.DivClassName
{
background-color: #497A08;
}
.BgClassName
{
background-color: #497A08;
}
</style>
border-color css
<style>
span { border-color: #497A08; }
span { border-color: rgb(73,122,8); }
td.TdClassName
{
border-color: #497A08;
}
.TagClassName
{
border-color: #497A08;
}
</style>