Shades of Myrtle #0E4E11
Tints of Myrtle #0E4E11
RGB
CMYK
RGB Variations
Color information
#0E4E11 (or 0x0E4E11) is known color: Myrtle. HEX triplet: 0E, 4E and 11. RGB value is (14,78,17). Sum of RGB (Red+Green+Blue) = 14+78+17=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 78 (30.86% from 255 or 71.56% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4E11 is #F1B1EE. Grayscale: #343434. Windows color (decimal): -15839727 or 1134094. OLE color: 1134094.
HSL color Cylindrical-coordinate representation of color #0E4E11: hue angle of 122.81º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4E11 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 78 | 17 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.69 |
| HSL | 122.81º | 0.7% | 0.18% | - |
| HSV(B) | 122.81º | 0.82% | 0.31% | - |
| XYZ | 3.01 | 5.58 | 1.45 | - |
| YUV | 51.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 17 | 0.82 | 0 | 0.78 | 0.69 | 122.81 | 0.7 | 0.18 |
| Hex | E | 4E | 11 | 52 | 0 | 4E | 45 | 7B | 46 | 12 |
| Octal | 16 | 116 | 21 | 122 | 0 | 116 | 105 | 173 | 106 | 22 |
| Binary | 1110 | 1001110 | 10001 | 1010010 | 0 | 1001110 | 1000101 | 1111011 | 1000110 | 10010 |
Color Harmonies of #0E4E11
Complementary color
Monochromatic Colors of #0E4E11
Black with #0E4E11
Text Example
Text Example
White with #0E4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E11; }
p { color: rgb(14,78,17); }
H1.HeaderClassName
{
color: #0E4E11;
}
.AnyTagClassName
{
color: #0E4E11;
}
</style>
background-color css
<style>
a { background-color: #0E4E11; }
a { background-color: rgb(14,78,17); }
div.DivClassName
{
background-color: #0E4E11;
}
.BgClassName
{
background-color: #0E4E11;
}
</style>
border-color css
<style>
span { border-color: #0E4E11; }
span { border-color: rgb(14,78,17); }
td.TdClassName
{
border-color: #0E4E11;
}
.TagClassName
{
border-color: #0E4E11;
}
</style>