Shades of Green Leaf #4E681E
Tints of Green Leaf #4E681E
RGB
CMYK
RGB Variations
Color information
#4E681E (or 0x4E681E) is known color: Green Leaf. HEX triplet: 4E, 68 and 1E. RGB value is (78,104,30). Sum of RGB (Red+Green+Blue) = 78+104+30=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #4E681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E681E is #B197E1. Grayscale: #585858. Windows color (decimal): -11638754 or 1992782. OLE color: 1992782.
HSL color Cylindrical-coordinate representation of color #4E681E: hue angle of 81.08º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E681E is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 30 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.59 |
| HSL | 81.08º | 0.55% | 0.26% | - |
| HSV(B) | 81.08º | 0.71% | 0.41% | - |
| XYZ | 8.33 | 11.61 | 3.03 | - |
| YUV | 87.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 30 | 0.25 | 0 | 0.71 | 0.59 | 81.08 | 0.55 | 0.26 |
| Hex | 4E | 68 | 1E | 19 | 0 | 47 | 3B | 51 | 37 | 1A |
| Octal | 116 | 150 | 36 | 31 | 0 | 107 | 73 | 121 | 67 | 32 |
| Binary | 1001110 | 1101000 | 11110 | 11001 | 0 | 1000111 | 111011 | 1010001 | 110111 | 11010 |
Color Harmonies of #4E681E
Complementary color
Monochromatic Colors of #4E681E
Black with #4E681E
Text Example
Text Example
White with #4E681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E681E; }
p { color: rgb(78,104,30); }
H1.HeaderClassName
{
color: #4E681E;
}
.AnyTagClassName
{
color: #4E681E;
}
</style>
background-color css
<style>
a { background-color: #4E681E; }
a { background-color: rgb(78,104,30); }
div.DivClassName
{
background-color: #4E681E;
}
.BgClassName
{
background-color: #4E681E;
}
</style>
border-color css
<style>
span { border-color: #4E681E; }
span { border-color: rgb(78,104,30); }
td.TdClassName
{
border-color: #4E681E;
}
.TagClassName
{
border-color: #4E681E;
}
</style>