Shades of Green Leaf #496D1F
Tints of Green Leaf #496D1F
RGB
CMYK
RGB Variations
Color information
#496D1F (or 0x496D1F) is known color: Green Leaf. HEX triplet: 49, 6D and 1F. RGB value is (73,109,31). Sum of RGB (Red+Green+Blue) = 73+109+31=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #496D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D1F is #B692E0. Grayscale: #595959. Windows color (decimal): -11965153 or 2059593. OLE color: 2059593.
HSL color Cylindrical-coordinate representation of color #496D1F: hue angle of 87.69º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #496D1F is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 31 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.57 |
| HSL | 87.69º | 0.56% | 0.27% | - |
| HSV(B) | 87.69º | 0.72% | 0.43% | - |
| XYZ | 8.46 | 12.45 | 3.25 | - |
| YUV | 89.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 31 | 0.33 | 0 | 0.72 | 0.57 | 87.69 | 0.56 | 0.27 |
| Hex | 49 | 6D | 1F | 21 | 0 | 48 | 39 | 58 | 38 | 1B |
| Octal | 111 | 155 | 37 | 41 | 0 | 110 | 71 | 130 | 70 | 33 |
| Binary | 1001001 | 1101101 | 11111 | 100001 | 0 | 1001000 | 111001 | 1011000 | 111000 | 11011 |
Color Harmonies of #496D1F
Complementary color
Monochromatic Colors of #496D1F
Black with #496D1F
Text Example
Text Example
White with #496D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D1F; }
p { color: rgb(73,109,31); }
H1.HeaderClassName
{
color: #496D1F;
}
.AnyTagClassName
{
color: #496D1F;
}
</style>
background-color css
<style>
a { background-color: #496D1F; }
a { background-color: rgb(73,109,31); }
div.DivClassName
{
background-color: #496D1F;
}
.BgClassName
{
background-color: #496D1F;
}
</style>
border-color css
<style>
span { border-color: #496D1F; }
span { border-color: rgb(73,109,31); }
td.TdClassName
{
border-color: #496D1F;
}
.TagClassName
{
border-color: #496D1F;
}
</style>