Shades of Myrtle #0E2409
Tints of Myrtle #0E2409
RGB
CMYK
RGB Variations
Color information
#0E2409 (or 0x0E2409) is known color: Myrtle. HEX triplet: 0E, 24 and 09. RGB value is (14,36,9). Sum of RGB (Red+Green+Blue) = 14+36+9=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #0E2409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2409 is #F1DBF6. Grayscale: #1A1A1A. Windows color (decimal): -15850487 or 599054. OLE color: 599054.
HSL color Cylindrical-coordinate representation of color #0E2409: hue angle of 108.89º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E2409 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 36 | 9 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.86 |
| HSL | 108.89º | 0.6% | 0.09% | - |
| HSV(B) | 108.89º | 0.75% | 0.14% | - |
| XYZ | 0.86 | 1.37 | 0.48 | - |
| YUV | 26.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 9 | 0.61 | 0 | 0.75 | 0.86 | 108.89 | 0.6 | 0.09 |
| Hex | E | 24 | 9 | 3D | 0 | 4B | 56 | 6D | 3C | 9 |
| Octal | 16 | 44 | 11 | 75 | 0 | 113 | 126 | 155 | 74 | 11 |
| Binary | 1110 | 100100 | 1001 | 111101 | 0 | 1001011 | 1010110 | 1101101 | 111100 | 1001 |
Color Harmonies of #0E2409
Complementary color
Monochromatic Colors of #0E2409
Black with #0E2409
Text Example
Text Example
White with #0E2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2409; }
p { color: rgb(14,36,9); }
H1.HeaderClassName
{
color: #0E2409;
}
.AnyTagClassName
{
color: #0E2409;
}
</style>
background-color css
<style>
a { background-color: #0E2409; }
a { background-color: rgb(14,36,9); }
div.DivClassName
{
background-color: #0E2409;
}
.BgClassName
{
background-color: #0E2409;
}
</style>
border-color css
<style>
span { border-color: #0E2409; }
span { border-color: rgb(14,36,9); }
td.TdClassName
{
border-color: #0E2409;
}
.TagClassName
{
border-color: #0E2409;
}
</style>