Shades of Myrtle #0E5209
Tints of Myrtle #0E5209
RGB
CMYK
RGB Variations
Color information
#0E5209 (or 0x0E5209) is known color: Myrtle. HEX triplet: 0E, 52 and 09. RGB value is (14,82,9). Sum of RGB (Red+Green+Blue) = 14+82+9=105 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.33% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #0E5209 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5209 is #F1ADF6. Grayscale: #353535. Windows color (decimal): -15838711 or 610830. OLE color: 610830.
HSL color Cylindrical-coordinate representation of color #0E5209: hue angle of 115.89º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5209 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 82 | 9 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.68 |
| HSL | 115.89º | 0.8% | 0.18% | - |
| HSV(B) | 115.89º | 0.89% | 0.32% | - |
| XYZ | 3.25 | 6.15 | 1.27 | - |
| YUV | 53.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 9 | 0.83 | 0 | 0.89 | 0.68 | 115.89 | 0.8 | 0.18 |
| Hex | E | 52 | 9 | 53 | 0 | 59 | 44 | 74 | 50 | 12 |
| Octal | 16 | 122 | 11 | 123 | 0 | 131 | 104 | 164 | 120 | 22 |
| Binary | 1110 | 1010010 | 1001 | 1010011 | 0 | 1011001 | 1000100 | 1110100 | 1010000 | 10010 |
Color Harmonies of #0E5209
Complementary color
Monochromatic Colors of #0E5209
Black with #0E5209
Text Example
Text Example
White with #0E5209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5209; }
p { color: rgb(14,82,9); }
H1.HeaderClassName
{
color: #0E5209;
}
.AnyTagClassName
{
color: #0E5209;
}
</style>
background-color css
<style>
a { background-color: #0E5209; }
a { background-color: rgb(14,82,9); }
div.DivClassName
{
background-color: #0E5209;
}
.BgClassName
{
background-color: #0E5209;
}
</style>
border-color css
<style>
span { border-color: #0E5209; }
span { border-color: rgb(14,82,9); }
td.TdClassName
{
border-color: #0E5209;
}
.TagClassName
{
border-color: #0E5209;
}
</style>