Shades of Green Leaf #4E6027
Tints of Green Leaf #4E6027
RGB
CMYK
RGB Variations
Color information
#4E6027 (or 0x4E6027) is known color: Green Leaf. HEX triplet: 4E, 60 and 27. RGB value is (78,96,39). Sum of RGB (Red+Green+Blue) = 78+96+39=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6027 is #B19FD8. Grayscale: #545454. Windows color (decimal): -11640793 or 2580558. OLE color: 2580558.
HSL color Cylindrical-coordinate representation of color #4E6027: hue angle of 78.95º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E6027 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 39 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.62 |
| HSL | 78.95º | 0.42% | 0.26% | - |
| HSV(B) | 78.95º | 0.59% | 0.38% | - |
| XYZ | 7.69 | 10.13 | 3.47 | - |
| YUV | 84.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 39 | 0.19 | 0 | 0.59 | 0.62 | 78.95 | 0.42 | 0.26 |
| Hex | 4E | 60 | 27 | 13 | 0 | 3B | 3E | 4F | 2A | 1A |
| Octal | 116 | 140 | 47 | 23 | 0 | 73 | 76 | 117 | 52 | 32 |
| Binary | 1001110 | 1100000 | 100111 | 10011 | 0 | 111011 | 111110 | 1001111 | 101010 | 11010 |
Color Harmonies of #4E6027
Complementary color
Monochromatic Colors of #4E6027
Black with #4E6027
Text Example
Text Example
White with #4E6027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6027; }
p { color: rgb(78,96,39); }
H1.HeaderClassName
{
color: #4E6027;
}
.AnyTagClassName
{
color: #4E6027;
}
</style>
background-color css
<style>
a { background-color: #4E6027; }
a { background-color: rgb(78,96,39); }
div.DivClassName
{
background-color: #4E6027;
}
.BgClassName
{
background-color: #4E6027;
}
</style>
border-color css
<style>
span { border-color: #4E6027; }
span { border-color: rgb(78,96,39); }
td.TdClassName
{
border-color: #4E6027;
}
.TagClassName
{
border-color: #4E6027;
}
</style>