Shades of Green Leaf #4E681F
Tints of Green Leaf #4E681F
RGB
CMYK
RGB Variations
Color information
#4E681F (or 0x4E681F) is known color: Green Leaf. HEX triplet: 4E, 68 and 1F. RGB value is (78,104,31). Sum of RGB (Red+Green+Blue) = 78+104+31=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #4E681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E681F is #B197E0. Grayscale: #585858. Windows color (decimal): -11638753 or 2058318. OLE color: 2058318.
HSL color Cylindrical-coordinate representation of color #4E681F: hue angle of 81.37º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E681F is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 31 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.59 |
| HSL | 81.37º | 0.54% | 0.26% | - |
| HSV(B) | 81.37º | 0.7% | 0.41% | - |
| XYZ | 8.34 | 11.62 | 3.1 | - |
| YUV | 87.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 31 | 0.25 | 0 | 0.70 | 0.59 | 81.37 | 0.54 | 0.26 |
| Hex | 4E | 68 | 1F | 19 | 0 | 46 | 3B | 51 | 36 | 1A |
| Octal | 116 | 150 | 37 | 31 | 0 | 106 | 73 | 121 | 66 | 32 |
| Binary | 1001110 | 1101000 | 11111 | 11001 | 0 | 1000110 | 111011 | 1010001 | 110110 | 11010 |
Color Harmonies of #4E681F
Complementary color
Monochromatic Colors of #4E681F
Black with #4E681F
Text Example
Text Example
White with #4E681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E681F; }
p { color: rgb(78,104,31); }
H1.HeaderClassName
{
color: #4E681F;
}
.AnyTagClassName
{
color: #4E681F;
}
</style>
background-color css
<style>
a { background-color: #4E681F; }
a { background-color: rgb(78,104,31); }
div.DivClassName
{
background-color: #4E681F;
}
.BgClassName
{
background-color: #4E681F;
}
</style>
border-color css
<style>
span { border-color: #4E681F; }
span { border-color: rgb(78,104,31); }
td.TdClassName
{
border-color: #4E681F;
}
.TagClassName
{
border-color: #4E681F;
}
</style>