Shades of Green Leaf #4E710C
Tints of Green Leaf #4E710C
RGB
CMYK
RGB Variations
Color information
#4E710C (or 0x4E710C) is known color: Green Leaf. HEX triplet: 4E, 71 and 0C. RGB value is (78,113,12). Sum of RGB (Red+Green+Blue) = 78+113+12=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #4E710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E710C is #B18EF3. Grayscale: #5B5B5B. Windows color (decimal): -11636468 or 815438. OLE color: 815438.
HSL color Cylindrical-coordinate representation of color #4E710C: hue angle of 80.79º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E710C is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 12 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.56 |
| HSL | 80.79º | 0.81% | 0.25% | - |
| HSV(B) | 80.79º | 0.89% | 0.44% | - |
| XYZ | 9.11 | 13.46 | 2.46 | - |
| YUV | 91.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 12 | 0.31 | 0 | 0.89 | 0.56 | 80.79 | 0.81 | 0.25 |
| Hex | 4E | 71 | C | 1F | 0 | 59 | 38 | 51 | 51 | 19 |
| Octal | 116 | 161 | 14 | 37 | 0 | 131 | 70 | 121 | 121 | 31 |
| Binary | 1001110 | 1110001 | 1100 | 11111 | 0 | 1011001 | 111000 | 1010001 | 1010001 | 11001 |
Color Harmonies of #4E710C
Complementary color
Monochromatic Colors of #4E710C
Black with #4E710C
Text Example
Text Example
White with #4E710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E710C; }
p { color: rgb(78,113,12); }
H1.HeaderClassName
{
color: #4E710C;
}
.AnyTagClassName
{
color: #4E710C;
}
</style>
background-color css
<style>
a { background-color: #4E710C; }
a { background-color: rgb(78,113,12); }
div.DivClassName
{
background-color: #4E710C;
}
.BgClassName
{
background-color: #4E710C;
}
</style>
border-color css
<style>
span { border-color: #4E710C; }
span { border-color: rgb(78,113,12); }
td.TdClassName
{
border-color: #4E710C;
}
.TagClassName
{
border-color: #4E710C;
}
</style>