Shades of Green Leaf #4E711D
Tints of Green Leaf #4E711D
RGB
CMYK
RGB Variations
Color information
#4E711D (or 0x4E711D) is known color: Green Leaf. HEX triplet: 4E, 71 and 1D. RGB value is (78,113,29). Sum of RGB (Red+Green+Blue) = 78+113+29=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #4E711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E711D is #B18EE2. Grayscale: #5D5D5D. Windows color (decimal): -11636451 or 1929550. OLE color: 1929550.
HSL color Cylindrical-coordinate representation of color #4E711D: hue angle of 85º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E711D is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 29 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.56 |
| HSL | 85º | 0.59% | 0.28% | - |
| HSV(B) | 85º | 0.74% | 0.44% | - |
| XYZ | 9.27 | 13.52 | 3.28 | - |
| YUV | 92.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 29 | 0.31 | 0 | 0.74 | 0.56 | 85 | 0.59 | 0.28 |
| Hex | 4E | 71 | 1D | 1F | 0 | 4A | 38 | 55 | 3B | 1C |
| Octal | 116 | 161 | 35 | 37 | 0 | 112 | 70 | 125 | 73 | 34 |
| Binary | 1001110 | 1110001 | 11101 | 11111 | 0 | 1001010 | 111000 | 1010101 | 111011 | 11100 |
Color Harmonies of #4E711D
Complementary color
Monochromatic Colors of #4E711D
Black with #4E711D
Text Example
Text Example
White with #4E711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E711D; }
p { color: rgb(78,113,29); }
H1.HeaderClassName
{
color: #4E711D;
}
.AnyTagClassName
{
color: #4E711D;
}
</style>
background-color css
<style>
a { background-color: #4E711D; }
a { background-color: rgb(78,113,29); }
div.DivClassName
{
background-color: #4E711D;
}
.BgClassName
{
background-color: #4E711D;
}
</style>
border-color css
<style>
span { border-color: #4E711D; }
span { border-color: rgb(78,113,29); }
td.TdClassName
{
border-color: #4E711D;
}
.TagClassName
{
border-color: #4E711D;
}
</style>