Shades of Green Leaf #4E6B12
Tints of Green Leaf #4E6B12
RGB
CMYK
RGB Variations
Color information
#4E6B12 (or 0x4E6B12) is known color: Green Leaf. HEX triplet: 4E, 6B and 12. RGB value is (78,107,18). Sum of RGB (Red+Green+Blue) = 78+107+18=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6B12 is #B194ED. Grayscale: #585858. Windows color (decimal): -11637998 or 1207118. OLE color: 1207118.
HSL color Cylindrical-coordinate representation of color #4E6B12: hue angle of 79.55º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E6B12 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 18 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.58 |
| HSL | 79.55º | 0.71% | 0.25% | - |
| HSV(B) | 79.55º | 0.83% | 0.42% | - |
| XYZ | 8.51 | 12.18 | 2.47 | - |
| YUV | 88.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 18 | 0.27 | 0 | 0.83 | 0.58 | 79.55 | 0.71 | 0.25 |
| Hex | 4E | 6B | 12 | 1B | 0 | 53 | 3A | 50 | 47 | 19 |
| Octal | 116 | 153 | 22 | 33 | 0 | 123 | 72 | 120 | 107 | 31 |
| Binary | 1001110 | 1101011 | 10010 | 11011 | 0 | 1010011 | 111010 | 1010000 | 1000111 | 11001 |
Color Harmonies of #4E6B12
Complementary color
Monochromatic Colors of #4E6B12
Black with #4E6B12
Text Example
Text Example
White with #4E6B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B12; }
p { color: rgb(78,107,18); }
H1.HeaderClassName
{
color: #4E6B12;
}
.AnyTagClassName
{
color: #4E6B12;
}
</style>
background-color css
<style>
a { background-color: #4E6B12; }
a { background-color: rgb(78,107,18); }
div.DivClassName
{
background-color: #4E6B12;
}
.BgClassName
{
background-color: #4E6B12;
}
</style>
border-color css
<style>
span { border-color: #4E6B12; }
span { border-color: rgb(78,107,18); }
td.TdClassName
{
border-color: #4E6B12;
}
.TagClassName
{
border-color: #4E6B12;
}
</style>