Shades of Green Leaf #4D711A
Tints of Green Leaf #4D711A
RGB
CMYK
RGB Variations
Color information
#4D711A (or 0x4D711A) is known color: Green Leaf. HEX triplet: 4D, 71 and 1A. RGB value is (77,113,26). Sum of RGB (Red+Green+Blue) = 77+113+26=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #4D711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D711A is #B28EE5. Grayscale: #5C5C5C. Windows color (decimal): -11701990 or 1732941. OLE color: 1732941.
HSL color Cylindrical-coordinate representation of color #4D711A: hue angle of 84.83º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D711A is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 26 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.56 |
| HSL | 84.83º | 0.63% | 0.27% | - |
| HSV(B) | 84.83º | 0.77% | 0.44% | - |
| XYZ | 9.15 | 13.46 | 3.09 | - |
| YUV | 92.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 26 | 0.32 | 0 | 0.77 | 0.56 | 84.83 | 0.63 | 0.27 |
| Hex | 4D | 71 | 1A | 20 | 0 | 4D | 38 | 55 | 3F | 1B |
| Octal | 115 | 161 | 32 | 40 | 0 | 115 | 70 | 125 | 77 | 33 |
| Binary | 1001101 | 1110001 | 11010 | 100000 | 0 | 1001101 | 111000 | 1010101 | 111111 | 11011 |
Color Harmonies of #4D711A
Complementary color
Monochromatic Colors of #4D711A
Black with #4D711A
Text Example
Text Example
White with #4D711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D711A; }
p { color: rgb(77,113,26); }
H1.HeaderClassName
{
color: #4D711A;
}
.AnyTagClassName
{
color: #4D711A;
}
</style>
background-color css
<style>
a { background-color: #4D711A; }
a { background-color: rgb(77,113,26); }
div.DivClassName
{
background-color: #4D711A;
}
.BgClassName
{
background-color: #4D711A;
}
</style>
border-color css
<style>
span { border-color: #4D711A; }
span { border-color: rgb(77,113,26); }
td.TdClassName
{
border-color: #4D711A;
}
.TagClassName
{
border-color: #4D711A;
}
</style>