Shades of Myrtle #0E3909
Tints of Myrtle #0E3909
RGB
CMYK
RGB Variations
Color information
#0E3909 (or 0x0E3909) is known color: Myrtle. HEX triplet: 0E, 39 and 09. RGB value is (14,57,9). Sum of RGB (Red+Green+Blue) = 14+57+9=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 57 (22.66% from 255 or 71.25% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 57 - color contains mainly: green. Hex color #0E3909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3909 is #F1C6F6. Grayscale: #262626. Windows color (decimal): -15845111 or 604430. OLE color: 604430.
HSL color Cylindrical-coordinate representation of color #0E3909: hue angle of 113.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3909 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 57 | 9 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.78 |
| HSL | 113.75º | 0.73% | 0.13% | - |
| HSV(B) | 113.75º | 0.84% | 0.22% | - |
| XYZ | 1.69 | 3.04 | 0.76 | - |
| YUV | 38.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 9 | 0.75 | 0 | 0.84 | 0.78 | 113.75 | 0.73 | 0.13 |
| Hex | E | 39 | 9 | 4B | 0 | 54 | 4E | 72 | 49 | D |
| Octal | 16 | 71 | 11 | 113 | 0 | 124 | 116 | 162 | 111 | 15 |
| Binary | 1110 | 111001 | 1001 | 1001011 | 0 | 1010100 | 1001110 | 1110010 | 1001001 | 1101 |
Color Harmonies of #0E3909
Complementary color
Monochromatic Colors of #0E3909
Black with #0E3909
Text Example
Text Example
White with #0E3909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3909; }
p { color: rgb(14,57,9); }
H1.HeaderClassName
{
color: #0E3909;
}
.AnyTagClassName
{
color: #0E3909;
}
</style>
background-color css
<style>
a { background-color: #0E3909; }
a { background-color: rgb(14,57,9); }
div.DivClassName
{
background-color: #0E3909;
}
.BgClassName
{
background-color: #0E3909;
}
</style>
border-color css
<style>
span { border-color: #0E3909; }
span { border-color: rgb(14,57,9); }
td.TdClassName
{
border-color: #0E3909;
}
.TagClassName
{
border-color: #0E3909;
}
</style>