Shades of Green Leaf #497017
Tints of Green Leaf #497017
RGB
CMYK
RGB Variations
Color information
#497017 (or 0x497017) is known color: Green Leaf. HEX triplet: 49, 70 and 17. RGB value is (73,112,23). Sum of RGB (Red+Green+Blue) = 73+112+23=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #497017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497017 is #B68FE8. Grayscale: #5A5A5A. Windows color (decimal): -11964393 or 1536073. OLE color: 1536073.
HSL color Cylindrical-coordinate representation of color #497017: hue angle of 86.29º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #497017 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 23 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.56 |
| HSL | 86.29º | 0.66% | 0.26% | - |
| HSV(B) | 86.29º | 0.79% | 0.44% | - |
| XYZ | 8.7 | 13.07 | 2.87 | - |
| YUV | 90.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 23 | 0.35 | 0 | 0.79 | 0.56 | 86.29 | 0.66 | 0.26 |
| Hex | 49 | 70 | 17 | 23 | 0 | 4F | 38 | 56 | 42 | 1A |
| Octal | 111 | 160 | 27 | 43 | 0 | 117 | 70 | 126 | 102 | 32 |
| Binary | 1001001 | 1110000 | 10111 | 100011 | 0 | 1001111 | 111000 | 1010110 | 1000010 | 11010 |
Color Harmonies of #497017
Complementary color
Monochromatic Colors of #497017
Black with #497017
Text Example
Text Example
White with #497017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497017; }
p { color: rgb(73,112,23); }
H1.HeaderClassName
{
color: #497017;
}
.AnyTagClassName
{
color: #497017;
}
</style>
background-color css
<style>
a { background-color: #497017; }
a { background-color: rgb(73,112,23); }
div.DivClassName
{
background-color: #497017;
}
.BgClassName
{
background-color: #497017;
}
</style>
border-color css
<style>
span { border-color: #497017; }
span { border-color: rgb(73,112,23); }
td.TdClassName
{
border-color: #497017;
}
.TagClassName
{
border-color: #497017;
}
</style>