Shades of Green Leaf #4D6D11
Tints of Green Leaf #4D6D11
RGB
CMYK
RGB Variations
Color information
#4D6D11 (or 0x4D6D11) is known color: Green Leaf. HEX triplet: 4D, 6D and 11. RGB value is (77,109,17). Sum of RGB (Red+Green+Blue) = 77+109+17=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6D11 is #B292EE. Grayscale: #595959. Windows color (decimal): -11703023 or 1142093. OLE color: 1142093.
HSL color Cylindrical-coordinate representation of color #4D6D11: hue angle of 80.87º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D6D11 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 17 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.57 |
| HSL | 80.87º | 0.73% | 0.25% | - |
| HSV(B) | 80.87º | 0.84% | 0.43% | - |
| XYZ | 8.63 | 12.56 | 2.5 | - |
| YUV | 88.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 17 | 0.29 | 0 | 0.84 | 0.57 | 80.87 | 0.73 | 0.25 |
| Hex | 4D | 6D | 11 | 1D | 0 | 54 | 39 | 51 | 49 | 19 |
| Octal | 115 | 155 | 21 | 35 | 0 | 124 | 71 | 121 | 111 | 31 |
| Binary | 1001101 | 1101101 | 10001 | 11101 | 0 | 1010100 | 111001 | 1010001 | 1001001 | 11001 |
Color Harmonies of #4D6D11
Complementary color
Monochromatic Colors of #4D6D11
Black with #4D6D11
Text Example
Text Example
White with #4D6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D11; }
p { color: rgb(77,109,17); }
H1.HeaderClassName
{
color: #4D6D11;
}
.AnyTagClassName
{
color: #4D6D11;
}
</style>
background-color css
<style>
a { background-color: #4D6D11; }
a { background-color: rgb(77,109,17); }
div.DivClassName
{
background-color: #4D6D11;
}
.BgClassName
{
background-color: #4D6D11;
}
</style>
border-color css
<style>
span { border-color: #4D6D11; }
span { border-color: rgb(77,109,17); }
td.TdClassName
{
border-color: #4D6D11;
}
.TagClassName
{
border-color: #4D6D11;
}
</style>