Shades of Myrtle #0E3913
Tints of Myrtle #0E3913
RGB
CMYK
RGB Variations
Color information
#0E3913 (or 0x0E3913) is known color: Myrtle. HEX triplet: 0E, 39 and 13. RGB value is (14,57,19). Sum of RGB (Red+Green+Blue) = 14+57+19=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 57 (22.66% from 255 or 63.33% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 57 - color contains mainly: green. Hex color #0E3913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3913 is #F1C6EC. Grayscale: #272727. Windows color (decimal): -15845101 or 1259790. OLE color: 1259790.
HSL color Cylindrical-coordinate representation of color #0E3913: hue angle of 126.98º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3913 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 57 | 19 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.78 |
| HSL | 126.98º | 0.61% | 0.14% | - |
| HSV(B) | 126.98º | 0.75% | 0.22% | - |
| XYZ | 1.76 | 3.07 | 1.12 | - |
| YUV | 39.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 19 | 0.75 | 0 | 0.67 | 0.78 | 126.98 | 0.61 | 0.14 |
| Hex | E | 39 | 13 | 4B | 0 | 43 | 4E | 7F | 3D | E |
| Octal | 16 | 71 | 23 | 113 | 0 | 103 | 116 | 177 | 75 | 16 |
| Binary | 1110 | 111001 | 10011 | 1001011 | 0 | 1000011 | 1001110 | 1111111 | 111101 | 1110 |
Color Harmonies of #0E3913
Complementary color
Monochromatic Colors of #0E3913
Black with #0E3913
Text Example
Text Example
White with #0E3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3913; }
p { color: rgb(14,57,19); }
H1.HeaderClassName
{
color: #0E3913;
}
.AnyTagClassName
{
color: #0E3913;
}
</style>
background-color css
<style>
a { background-color: #0E3913; }
a { background-color: rgb(14,57,19); }
div.DivClassName
{
background-color: #0E3913;
}
.BgClassName
{
background-color: #0E3913;
}
</style>
border-color css
<style>
span { border-color: #0E3913; }
span { border-color: rgb(14,57,19); }
td.TdClassName
{
border-color: #0E3913;
}
.TagClassName
{
border-color: #0E3913;
}
</style>