Shades of Green Leaf #4D7711
Tints of Green Leaf #4D7711
RGB
CMYK
RGB Variations
Color information
#4D7711 (or 0x4D7711) is known color: Green Leaf. HEX triplet: 4D, 77 and 11. RGB value is (77,119,17). Sum of RGB (Red+Green+Blue) = 77+119+17=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7711 is #B288EE. Grayscale: #5F5F5F. Windows color (decimal): -11700463 or 1144653. OLE color: 1144653.
HSL color Cylindrical-coordinate representation of color #4D7711: hue angle of 84.71º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D7711 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 17 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.53 |
| HSL | 84.71º | 0.75% | 0.27% | - |
| HSV(B) | 84.71º | 0.86% | 0.47% | - |
| XYZ | 9.76 | 14.81 | 2.87 | - |
| YUV | 94.81 | 84.09 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 17 | 0.35 | 0 | 0.86 | 0.53 | 84.71 | 0.75 | 0.27 |
| Hex | 4D | 77 | 11 | 23 | 0 | 56 | 35 | 55 | 4B | 1B |
| Octal | 115 | 167 | 21 | 43 | 0 | 126 | 65 | 125 | 113 | 33 |
| Binary | 1001101 | 1110111 | 10001 | 100011 | 0 | 1010110 | 110101 | 1010101 | 1001011 | 11011 |
Color Harmonies of #4D7711
Complementary color
Monochromatic Colors of #4D7711
Black with #4D7711
Text Example
Text Example
White with #4D7711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7711; }
p { color: rgb(77,119,17); }
H1.HeaderClassName
{
color: #4D7711;
}
.AnyTagClassName
{
color: #4D7711;
}
</style>
background-color css
<style>
a { background-color: #4D7711; }
a { background-color: rgb(77,119,17); }
div.DivClassName
{
background-color: #4D7711;
}
.BgClassName
{
background-color: #4D7711;
}
</style>
border-color css
<style>
span { border-color: #4D7711; }
span { border-color: rgb(77,119,17); }
td.TdClassName
{
border-color: #4D7711;
}
.TagClassName
{
border-color: #4D7711;
}
</style>