Shades of Myrtle #0E580D
Tints of Myrtle #0E580D
RGB
CMYK
RGB Variations
Color information
#0E580D (or 0x0E580D) is known color: Myrtle. HEX triplet: 0E, 58 and 0D. RGB value is (14,88,13). Sum of RGB (Red+Green+Blue) = 14+88+13=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #0E580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E580D is #F1A7F2. Grayscale: #393939. Windows color (decimal): -15837171 or 874510. OLE color: 874510.
HSL color Cylindrical-coordinate representation of color #0E580D: hue angle of 119.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E580D is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 88 | 13 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.65 |
| HSL | 119.2º | 0.74% | 0.2% | - |
| HSV(B) | 119.2º | 0.85% | 0.35% | - |
| XYZ | 3.74 | 7.1 | 1.55 | - |
| YUV | 57.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 88 | 13 | 0.84 | 0 | 0.85 | 0.65 | 119.2 | 0.74 | 0.2 |
| Hex | E | 58 | D | 54 | 0 | 55 | 41 | 77 | 4A | 14 |
| Octal | 16 | 130 | 15 | 124 | 0 | 125 | 101 | 167 | 112 | 24 |
| Binary | 1110 | 1011000 | 1101 | 1010100 | 0 | 1010101 | 1000001 | 1110111 | 1001010 | 10100 |
Color Harmonies of #0E580D
Complementary color
Monochromatic Colors of #0E580D
Black with #0E580D
Text Example
Text Example
White with #0E580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E580D; }
p { color: rgb(14,88,13); }
H1.HeaderClassName
{
color: #0E580D;
}
.AnyTagClassName
{
color: #0E580D;
}
</style>
background-color css
<style>
a { background-color: #0E580D; }
a { background-color: rgb(14,88,13); }
div.DivClassName
{
background-color: #0E580D;
}
.BgClassName
{
background-color: #0E580D;
}
</style>
border-color css
<style>
span { border-color: #0E580D; }
span { border-color: rgb(14,88,13); }
td.TdClassName
{
border-color: #0E580D;
}
.TagClassName
{
border-color: #0E580D;
}
</style>