Shades of Myrtle #0E3304
Tints of Myrtle #0E3304
RGB
CMYK
RGB Variations
Color information
#0E3304 (or 0x0E3304) is known color: Myrtle. HEX triplet: 0E, 33 and 04. RGB value is (14,51,4). Sum of RGB (Red+Green+Blue) = 14+51+4=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 51 (20.31% from 255 or 73.91% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 51 - color contains mainly: green. Hex color #0E3304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3304 is #F1CCFB. Grayscale: #222222. Windows color (decimal): -15846652 or 275214. OLE color: 275214.
HSL color Cylindrical-coordinate representation of color #0E3304: hue angle of 107.23º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E3304 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 4 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.8 |
| HSL | 107.23º | 0.85% | 0.11% | - |
| HSV(B) | 107.23º | 0.92% | 0.2% | - |
| XYZ | 1.39 | 2.47 | 0.52 | - |
| YUV | 34.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 4 | 0.73 | 0 | 0.92 | 0.8 | 107.23 | 0.85 | 0.11 |
| Hex | E | 33 | 4 | 49 | 0 | 5C | 50 | 6B | 55 | B |
| Octal | 16 | 63 | 4 | 111 | 0 | 134 | 120 | 153 | 125 | 13 |
| Binary | 1110 | 110011 | 100 | 1001001 | 0 | 1011100 | 1010000 | 1101011 | 1010101 | 1011 |
Color Harmonies of #0E3304
Complementary color
Monochromatic Colors of #0E3304
Black with #0E3304
Text Example
Text Example
White with #0E3304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3304; }
p { color: rgb(14,51,4); }
H1.HeaderClassName
{
color: #0E3304;
}
.AnyTagClassName
{
color: #0E3304;
}
</style>
background-color css
<style>
a { background-color: #0E3304; }
a { background-color: rgb(14,51,4); }
div.DivClassName
{
background-color: #0E3304;
}
.BgClassName
{
background-color: #0E3304;
}
</style>
border-color css
<style>
span { border-color: #0E3304; }
span { border-color: rgb(14,51,4); }
td.TdClassName
{
border-color: #0E3304;
}
.TagClassName
{
border-color: #0E3304;
}
</style>