Shades of Green Leaf #4E6F13
Tints of Green Leaf #4E6F13
RGB
CMYK
RGB Variations
Color information
#4E6F13 (or 0x4E6F13) is known color: Green Leaf. HEX triplet: 4E, 6F and 13. RGB value is (78,111,19). Sum of RGB (Red+Green+Blue) = 78+111+19=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6F13 is #B190EC. Grayscale: #5A5A5A. Windows color (decimal): -11636973 or 1273678. OLE color: 1273678.
HSL color Cylindrical-coordinate representation of color #4E6F13: hue angle of 81.52º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E6F13 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 111 | 19 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.56 |
| HSL | 81.52º | 0.71% | 0.25% | - |
| HSV(B) | 81.52º | 0.83% | 0.44% | - |
| XYZ | 8.94 | 13.04 | 2.66 | - |
| YUV | 90.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 19 | 0.30 | 0 | 0.83 | 0.56 | 81.52 | 0.71 | 0.25 |
| Hex | 4E | 6F | 13 | 1E | 0 | 53 | 38 | 52 | 47 | 19 |
| Octal | 116 | 157 | 23 | 36 | 0 | 123 | 70 | 122 | 107 | 31 |
| Binary | 1001110 | 1101111 | 10011 | 11110 | 0 | 1010011 | 111000 | 1010010 | 1000111 | 11001 |
Color Harmonies of #4E6F13
Complementary color
Monochromatic Colors of #4E6F13
Black with #4E6F13
Text Example
Text Example
White with #4E6F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6F13; }
p { color: rgb(78,111,19); }
H1.HeaderClassName
{
color: #4E6F13;
}
.AnyTagClassName
{
color: #4E6F13;
}
</style>
background-color css
<style>
a { background-color: #4E6F13; }
a { background-color: rgb(78,111,19); }
div.DivClassName
{
background-color: #4E6F13;
}
.BgClassName
{
background-color: #4E6F13;
}
</style>
border-color css
<style>
span { border-color: #4E6F13; }
span { border-color: rgb(78,111,19); }
td.TdClassName
{
border-color: #4E6F13;
}
.TagClassName
{
border-color: #4E6F13;
}
</style>