Shades of Myrtle #0E5118
Tints of Myrtle #0E5118
RGB
CMYK
RGB Variations
Color information
#0E5118 (or 0x0E5118) is known color: Myrtle. HEX triplet: 0E, 51 and 18. RGB value is (14,81,24). Sum of RGB (Red+Green+Blue) = 14+81+24=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 81 (32.03% from 255 or 68.07% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 81 - color contains mainly: green. Hex color #0E5118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5118 is #F1AEE7. Grayscale: #363636. Windows color (decimal): -15838952 or 1593614. OLE color: 1593614.
HSL color Cylindrical-coordinate representation of color #0E5118: hue angle of 128.96º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5118 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 81 | 24 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.68 |
| HSL | 128.96º | 0.71% | 0.19% | - |
| HSV(B) | 128.96º | 0.83% | 0.32% | - |
| XYZ | 3.29 | 6.04 | 1.86 | - |
| YUV | 54.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 81 | 24 | 0.83 | 0 | 0.70 | 0.68 | 128.96 | 0.71 | 0.19 |
| Hex | E | 51 | 18 | 53 | 0 | 46 | 44 | 81 | 47 | 13 |
| Octal | 16 | 121 | 30 | 123 | 0 | 106 | 104 | 201 | 107 | 23 |
| Binary | 1110 | 1010001 | 11000 | 1010011 | 0 | 1000110 | 1000100 | 10000001 | 1000111 | 10011 |
Color Harmonies of #0E5118
Complementary color
Monochromatic Colors of #0E5118
Black with #0E5118
Text Example
Text Example
White with #0E5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5118; }
p { color: rgb(14,81,24); }
H1.HeaderClassName
{
color: #0E5118;
}
.AnyTagClassName
{
color: #0E5118;
}
</style>
background-color css
<style>
a { background-color: #0E5118; }
a { background-color: rgb(14,81,24); }
div.DivClassName
{
background-color: #0E5118;
}
.BgClassName
{
background-color: #0E5118;
}
</style>
border-color css
<style>
span { border-color: #0E5118; }
span { border-color: rgb(14,81,24); }
td.TdClassName
{
border-color: #0E5118;
}
.TagClassName
{
border-color: #0E5118;
}
</style>