Shades of Myrtle #0E330D
Tints of Myrtle #0E330D
RGB
CMYK
RGB Variations
Color information
#0E330D (or 0x0E330D) is known color: Myrtle. HEX triplet: 0E, 33 and 0D. RGB value is (14,51,13). Sum of RGB (Red+Green+Blue) = 14+51+13=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #0E330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E330D is #F1CCF2. Grayscale: #232323. Windows color (decimal): -15846643 or 865038. OLE color: 865038.
HSL color Cylindrical-coordinate representation of color #0E330D: hue angle of 118.42º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E330D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 13 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.8 |
| HSL | 118.42º | 0.59% | 0.13% | - |
| HSV(B) | 118.42º | 0.75% | 0.2% | - |
| XYZ | 1.44 | 2.49 | 0.79 | - |
| YUV | 35.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 13 | 0.73 | 0 | 0.75 | 0.8 | 118.42 | 0.59 | 0.13 |
| Hex | E | 33 | D | 49 | 0 | 4B | 50 | 76 | 3B | D |
| Octal | 16 | 63 | 15 | 111 | 0 | 113 | 120 | 166 | 73 | 15 |
| Binary | 1110 | 110011 | 1101 | 1001001 | 0 | 1001011 | 1010000 | 1110110 | 111011 | 1101 |
Color Harmonies of #0E330D
Complementary color
Monochromatic Colors of #0E330D
Black with #0E330D
Text Example
Text Example
White with #0E330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E330D; }
p { color: rgb(14,51,13); }
H1.HeaderClassName
{
color: #0E330D;
}
.AnyTagClassName
{
color: #0E330D;
}
</style>
background-color css
<style>
a { background-color: #0E330D; }
a { background-color: rgb(14,51,13); }
div.DivClassName
{
background-color: #0E330D;
}
.BgClassName
{
background-color: #0E330D;
}
</style>
border-color css
<style>
span { border-color: #0E330D; }
span { border-color: rgb(14,51,13); }
td.TdClassName
{
border-color: #0E330D;
}
.TagClassName
{
border-color: #0E330D;
}
</style>