Shades of Green Leaf #4D711F
Tints of Green Leaf #4D711F
RGB
CMYK
RGB Variations
Color information
#4D711F (or 0x4D711F) is known color: Green Leaf. HEX triplet: 4D, 71 and 1F. RGB value is (77,113,31). Sum of RGB (Red+Green+Blue) = 77+113+31=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #4D711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D711F is #B28EE0. Grayscale: #5D5D5D. Windows color (decimal): -11701985 or 2060621. OLE color: 2060621.
HSL color Cylindrical-coordinate representation of color #4D711F: hue angle of 86.34º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D711F is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 31 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.56 |
| HSL | 86.34º | 0.57% | 0.28% | - |
| HSV(B) | 86.34º | 0.73% | 0.44% | - |
| XYZ | 9.21 | 13.49 | 3.41 | - |
| YUV | 92.89 | 93.07 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 31 | 0.32 | 0 | 0.73 | 0.56 | 86.34 | 0.57 | 0.28 |
| Hex | 4D | 71 | 1F | 20 | 0 | 49 | 38 | 56 | 39 | 1C |
| Octal | 115 | 161 | 37 | 40 | 0 | 111 | 70 | 126 | 71 | 34 |
| Binary | 1001101 | 1110001 | 11111 | 100000 | 0 | 1001001 | 111000 | 1010110 | 111001 | 11100 |
Color Harmonies of #4D711F
Complementary color
Monochromatic Colors of #4D711F
Black with #4D711F
Text Example
Text Example
White with #4D711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D711F; }
p { color: rgb(77,113,31); }
H1.HeaderClassName
{
color: #4D711F;
}
.AnyTagClassName
{
color: #4D711F;
}
</style>
background-color css
<style>
a { background-color: #4D711F; }
a { background-color: rgb(77,113,31); }
div.DivClassName
{
background-color: #4D711F;
}
.BgClassName
{
background-color: #4D711F;
}
</style>
border-color css
<style>
span { border-color: #4D711F; }
span { border-color: rgb(77,113,31); }
td.TdClassName
{
border-color: #4D711F;
}
.TagClassName
{
border-color: #4D711F;
}
</style>