Shades of Green Leaf #4D6E16
Tints of Green Leaf #4D6E16
RGB
CMYK
RGB Variations
Color information
#4D6E16 (or 0x4D6E16) is known color: Green Leaf. HEX triplet: 4D, 6E and 16. RGB value is (77,110,22). Sum of RGB (Red+Green+Blue) = 77+110+22=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6E16 is #B291E9. Grayscale: #5A5A5A. Windows color (decimal): -11702762 or 1470029. OLE color: 1470029.
HSL color Cylindrical-coordinate representation of color #4D6E16: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D6E16 is Cyan = 0.3, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 110 | 22 | - |
| CMYK | 0.3 | 0 | 0.8 | 0.57 |
| HSL | 82.5º | 0.67% | 0.26% | - |
| HSV(B) | 82.5º | 0.8% | 0.43% | - |
| XYZ | 8.78 | 12.79 | 2.76 | - |
| YUV | 90.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 22 | 0.3 | 0 | 0.8 | 0.57 | 82.5 | 0.67 | 0.26 |
| Hex | 4D | 6E | 16 | 1E | 0 | 50 | 39 | 52 | 43 | 1A |
| Octal | 115 | 156 | 26 | 36 | 0 | 120 | 71 | 122 | 103 | 32 |
| Binary | 1001101 | 1101110 | 10110 | 11110 | 0 | 1010000 | 111001 | 1010010 | 1000011 | 11010 |
Color Harmonies of #4D6E16
Complementary color
Monochromatic Colors of #4D6E16
Black with #4D6E16
Text Example
Text Example
White with #4D6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E16; }
p { color: rgb(77,110,22); }
H1.HeaderClassName
{
color: #4D6E16;
}
.AnyTagClassName
{
color: #4D6E16;
}
</style>
background-color css
<style>
a { background-color: #4D6E16; }
a { background-color: rgb(77,110,22); }
div.DivClassName
{
background-color: #4D6E16;
}
.BgClassName
{
background-color: #4D6E16;
}
</style>
border-color css
<style>
span { border-color: #4D6E16; }
span { border-color: rgb(77,110,22); }
td.TdClassName
{
border-color: #4D6E16;
}
.TagClassName
{
border-color: #4D6E16;
}
</style>