Shades of Green Leaf #496D1D
Tints of Green Leaf #496D1D
RGB
CMYK
RGB Variations
Color information
#496D1D (or 0x496D1D) is known color: Green Leaf. HEX triplet: 49, 6D and 1D. RGB value is (73,109,29). Sum of RGB (Red+Green+Blue) = 73+109+29=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #496D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D1D is #B692E2. Grayscale: #595959. Windows color (decimal): -11965155 or 1928521. OLE color: 1928521.
HSL color Cylindrical-coordinate representation of color #496D1D: hue angle of 87º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #496D1D is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 29 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.57 |
| HSL | 87º | 0.58% | 0.27% | - |
| HSV(B) | 87º | 0.73% | 0.43% | - |
| XYZ | 8.44 | 12.44 | 3.12 | - |
| YUV | 89.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 29 | 0.33 | 0 | 0.73 | 0.57 | 87 | 0.58 | 0.27 |
| Hex | 49 | 6D | 1D | 21 | 0 | 49 | 39 | 57 | 3A | 1B |
| Octal | 111 | 155 | 35 | 41 | 0 | 111 | 71 | 127 | 72 | 33 |
| Binary | 1001001 | 1101101 | 11101 | 100001 | 0 | 1001001 | 111001 | 1010111 | 111010 | 11011 |
Color Harmonies of #496D1D
Complementary color
Monochromatic Colors of #496D1D
Black with #496D1D
Text Example
Text Example
White with #496D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D1D; }
p { color: rgb(73,109,29); }
H1.HeaderClassName
{
color: #496D1D;
}
.AnyTagClassName
{
color: #496D1D;
}
</style>
background-color css
<style>
a { background-color: #496D1D; }
a { background-color: rgb(73,109,29); }
div.DivClassName
{
background-color: #496D1D;
}
.BgClassName
{
background-color: #496D1D;
}
</style>
border-color css
<style>
span { border-color: #496D1D; }
span { border-color: rgb(73,109,29); }
td.TdClassName
{
border-color: #496D1D;
}
.TagClassName
{
border-color: #496D1D;
}
</style>