Shades of Green Leaf #497510
Tints of Green Leaf #497510
RGB
CMYK
RGB Variations
Color information
#497510 (or 0x497510) is known color: Green Leaf. HEX triplet: 49, 75 and 10. RGB value is (73,117,16). Sum of RGB (Red+Green+Blue) = 73+117+16=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #497510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497510 is #B68AEF. Grayscale: #5C5C5C. Windows color (decimal): -11963120 or 1078601. OLE color: 1078601.
HSL color Cylindrical-coordinate representation of color #497510: hue angle of 86.14º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #497510 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 16 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.54 |
| HSL | 86.14º | 0.76% | 0.26% | - |
| HSV(B) | 86.14º | 0.86% | 0.46% | - |
| XYZ | 9.2 | 14.18 | 2.74 | - |
| YUV | 92.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 16 | 0.38 | 0 | 0.86 | 0.54 | 86.14 | 0.76 | 0.26 |
| Hex | 49 | 75 | 10 | 26 | 0 | 56 | 36 | 56 | 4C | 1A |
| Octal | 111 | 165 | 20 | 46 | 0 | 126 | 66 | 126 | 114 | 32 |
| Binary | 1001001 | 1110101 | 10000 | 100110 | 0 | 1010110 | 110110 | 1010110 | 1001100 | 11010 |
Color Harmonies of #497510
Complementary color
Monochromatic Colors of #497510
Black with #497510
Text Example
Text Example
White with #497510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497510; }
p { color: rgb(73,117,16); }
H1.HeaderClassName
{
color: #497510;
}
.AnyTagClassName
{
color: #497510;
}
</style>
background-color css
<style>
a { background-color: #497510; }
a { background-color: rgb(73,117,16); }
div.DivClassName
{
background-color: #497510;
}
.BgClassName
{
background-color: #497510;
}
</style>
border-color css
<style>
span { border-color: #497510; }
span { border-color: rgb(73,117,16); }
td.TdClassName
{
border-color: #497510;
}
.TagClassName
{
border-color: #497510;
}
</style>