Shades of Green Leaf #4D7110
Tints of Green Leaf #4D7110
RGB
CMYK
RGB Variations
Color information
#4D7110 (or 0x4D7110) is known color: Green Leaf. HEX triplet: 4D, 71 and 10. RGB value is (77,113,16). Sum of RGB (Red+Green+Blue) = 77+113+16=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7110 is #B28EEF. Grayscale: #5B5B5B. Windows color (decimal): -11702000 or 1077581. OLE color: 1077581.
HSL color Cylindrical-coordinate representation of color #4D7110: hue angle of 82.27º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D7110 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 16 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.56 |
| HSL | 82.27º | 0.75% | 0.25% | - |
| HSV(B) | 82.27º | 0.86% | 0.44% | - |
| XYZ | 9.06 | 13.43 | 2.6 | - |
| YUV | 91.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 16 | 0.32 | 0 | 0.86 | 0.56 | 82.27 | 0.75 | 0.25 |
| Hex | 4D | 71 | 10 | 20 | 0 | 56 | 38 | 52 | 4B | 19 |
| Octal | 115 | 161 | 20 | 40 | 0 | 126 | 70 | 122 | 113 | 31 |
| Binary | 1001101 | 1110001 | 10000 | 100000 | 0 | 1010110 | 111000 | 1010010 | 1001011 | 11001 |
Color Harmonies of #4D7110
Complementary color
Monochromatic Colors of #4D7110
Black with #4D7110
Text Example
Text Example
White with #4D7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7110; }
p { color: rgb(77,113,16); }
H1.HeaderClassName
{
color: #4D7110;
}
.AnyTagClassName
{
color: #4D7110;
}
</style>
background-color css
<style>
a { background-color: #4D7110; }
a { background-color: rgb(77,113,16); }
div.DivClassName
{
background-color: #4D7110;
}
.BgClassName
{
background-color: #4D7110;
}
</style>
border-color css
<style>
span { border-color: #4D7110; }
span { border-color: rgb(77,113,16); }
td.TdClassName
{
border-color: #4D7110;
}
.TagClassName
{
border-color: #4D7110;
}
</style>