Shades of Green Leaf #4D6F16
Tints of Green Leaf #4D6F16
RGB
CMYK
RGB Variations
Color information
#4D6F16 (or 0x4D6F16) is known color: Green Leaf. HEX triplet: 4D, 6F and 16. RGB value is (77,111,22). Sum of RGB (Red+Green+Blue) = 77+111+22=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6F16 is #B290E9. Grayscale: #5B5B5B. Windows color (decimal): -11702506 or 1470285. OLE color: 1470285.
HSL color Cylindrical-coordinate representation of color #4D6F16: hue angle of 82.92º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D6F16 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 111 | 22 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.56 |
| HSL | 82.92º | 0.67% | 0.26% | - |
| HSV(B) | 82.92º | 0.8% | 0.44% | - |
| XYZ | 8.89 | 13 | 2.8 | - |
| YUV | 90.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 22 | 0.31 | 0 | 0.80 | 0.56 | 82.92 | 0.67 | 0.26 |
| Hex | 4D | 6F | 16 | 1F | 0 | 50 | 38 | 53 | 43 | 1A |
| Octal | 115 | 157 | 26 | 37 | 0 | 120 | 70 | 123 | 103 | 32 |
| Binary | 1001101 | 1101111 | 10110 | 11111 | 0 | 1010000 | 111000 | 1010011 | 1000011 | 11010 |
Color Harmonies of #4D6F16
Complementary color
Monochromatic Colors of #4D6F16
Black with #4D6F16
Text Example
Text Example
White with #4D6F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F16; }
p { color: rgb(77,111,22); }
H1.HeaderClassName
{
color: #4D6F16;
}
.AnyTagClassName
{
color: #4D6F16;
}
</style>
background-color css
<style>
a { background-color: #4D6F16; }
a { background-color: rgb(77,111,22); }
div.DivClassName
{
background-color: #4D6F16;
}
.BgClassName
{
background-color: #4D6F16;
}
</style>
border-color css
<style>
span { border-color: #4D6F16; }
span { border-color: rgb(77,111,22); }
td.TdClassName
{
border-color: #4D6F16;
}
.TagClassName
{
border-color: #4D6F16;
}
</style>