Shades of Green Leaf #496F17
Tints of Green Leaf #496F17
RGB
CMYK
RGB Variations
Color information
#496F17 (or 0x496F17) is known color: Green Leaf. HEX triplet: 49, 6F and 17. RGB value is (73,111,23). Sum of RGB (Red+Green+Blue) = 73+111+23=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #496F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F17 is #B690E8. Grayscale: #595959. Windows color (decimal): -11964649 or 1535817. OLE color: 1535817.
HSL color Cylindrical-coordinate representation of color #496F17: hue angle of 85.91º 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 #496F17 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 23 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.56 |
| HSL | 85.91º | 0.66% | 0.26% | - |
| HSV(B) | 85.91º | 0.79% | 0.44% | - |
| XYZ | 8.59 | 12.85 | 2.84 | - |
| YUV | 89.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 23 | 0.34 | 0 | 0.79 | 0.56 | 85.91 | 0.66 | 0.26 |
| Hex | 49 | 6F | 17 | 22 | 0 | 4F | 38 | 56 | 42 | 1A |
| Octal | 111 | 157 | 27 | 42 | 0 | 117 | 70 | 126 | 102 | 32 |
| Binary | 1001001 | 1101111 | 10111 | 100010 | 0 | 1001111 | 111000 | 1010110 | 1000010 | 11010 |
Color Harmonies of #496F17
Complementary color
Monochromatic Colors of #496F17
Black with #496F17
Text Example
Text Example
White with #496F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F17; }
p { color: rgb(73,111,23); }
H1.HeaderClassName
{
color: #496F17;
}
.AnyTagClassName
{
color: #496F17;
}
</style>
background-color css
<style>
a { background-color: #496F17; }
a { background-color: rgb(73,111,23); }
div.DivClassName
{
background-color: #496F17;
}
.BgClassName
{
background-color: #496F17;
}
</style>
border-color css
<style>
span { border-color: #496F17; }
span { border-color: rgb(73,111,23); }
td.TdClassName
{
border-color: #496F17;
}
.TagClassName
{
border-color: #496F17;
}
</style>