Shades of Green Leaf #496C15
Tints of Green Leaf #496C15
RGB
CMYK
RGB Variations
Color information
#496C15 (or 0x496C15) is known color: Green Leaf. HEX triplet: 49, 6C and 15. RGB value is (73,108,21). Sum of RGB (Red+Green+Blue) = 73+108+21=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #496C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496C15 is #B693EA. Grayscale: #575757. Windows color (decimal): -11965419 or 1403977. OLE color: 1403977.
HSL color Cylindrical-coordinate representation of color #496C15: hue angle of 84.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #496C15 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 21 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.58 |
| HSL | 84.14º | 0.67% | 0.25% | - |
| HSV(B) | 84.14º | 0.81% | 0.42% | - |
| XYZ | 8.25 | 12.2 | 2.63 | - |
| YUV | 87.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 21 | 0.32 | 0 | 0.81 | 0.58 | 84.14 | 0.67 | 0.25 |
| Hex | 49 | 6C | 15 | 20 | 0 | 51 | 3A | 54 | 43 | 19 |
| Octal | 111 | 154 | 25 | 40 | 0 | 121 | 72 | 124 | 103 | 31 |
| Binary | 1001001 | 1101100 | 10101 | 100000 | 0 | 1010001 | 111010 | 1010100 | 1000011 | 11001 |
Color Harmonies of #496C15
Complementary color
Monochromatic Colors of #496C15
Black with #496C15
Text Example
Text Example
White with #496C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C15; }
p { color: rgb(73,108,21); }
H1.HeaderClassName
{
color: #496C15;
}
.AnyTagClassName
{
color: #496C15;
}
</style>
background-color css
<style>
a { background-color: #496C15; }
a { background-color: rgb(73,108,21); }
div.DivClassName
{
background-color: #496C15;
}
.BgClassName
{
background-color: #496C15;
}
</style>
border-color css
<style>
span { border-color: #496C15; }
span { border-color: rgb(73,108,21); }
td.TdClassName
{
border-color: #496C15;
}
.TagClassName
{
border-color: #496C15;
}
</style>