Shades of Myrtle #0E3410
Tints of Myrtle #0E3410
RGB
CMYK
RGB Variations
Color information
#0E3410 (or 0x0E3410) is known color: Myrtle. HEX triplet: 0E, 34 and 10. RGB value is (14,52,16). Sum of RGB (Red+Green+Blue) = 14+52+16=82 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.07% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3410 is #F1CBEF. Grayscale: #242424. Windows color (decimal): -15846384 or 1061902. OLE color: 1061902.
HSL color Cylindrical-coordinate representation of color #0E3410: hue angle of 123.16º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E3410 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 52 | 16 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.80 |
| HSL | 123.16º | 0.58% | 0.13% | - |
| HSV(B) | 123.16º | 0.73% | 0.2% | - |
| XYZ | 1.5 | 2.59 | 0.91 | - |
| YUV | 36.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 16 | 0.73 | 0 | 0.69 | 0.80 | 123.16 | 0.58 | 0.13 |
| Hex | E | 34 | 10 | 49 | 0 | 45 | 50 | 7B | 3A | D |
| Octal | 16 | 64 | 20 | 111 | 0 | 105 | 120 | 173 | 72 | 15 |
| Binary | 1110 | 110100 | 10000 | 1001001 | 0 | 1000101 | 1010000 | 1111011 | 111010 | 1101 |
Color Harmonies of #0E3410
Complementary color
Monochromatic Colors of #0E3410
Black with #0E3410
Text Example
Text Example
White with #0E3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3410; }
p { color: rgb(14,52,16); }
H1.HeaderClassName
{
color: #0E3410;
}
.AnyTagClassName
{
color: #0E3410;
}
</style>
background-color css
<style>
a { background-color: #0E3410; }
a { background-color: rgb(14,52,16); }
div.DivClassName
{
background-color: #0E3410;
}
.BgClassName
{
background-color: #0E3410;
}
</style>
border-color css
<style>
span { border-color: #0E3410; }
span { border-color: rgb(14,52,16); }
td.TdClassName
{
border-color: #0E3410;
}
.TagClassName
{
border-color: #0E3410;
}
</style>