Shades of Myrtle #0E3512
Tints of Myrtle #0E3512
RGB
CMYK
RGB Variations
Color information
#0E3512 (or 0x0E3512) is known color: Myrtle. HEX triplet: 0E, 35 and 12. RGB value is (14,53,18). Sum of RGB (Red+Green+Blue) = 14+53+18=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 53 (21.09% from 255 or 62.35% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 53 - color contains mainly: green. Hex color #0E3512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3512 is #F1CAED. Grayscale: #252525. Windows color (decimal): -15846126 or 1193230. OLE color: 1193230.
HSL color Cylindrical-coordinate representation of color #0E3512: hue angle of 126.15º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3512 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 53 | 18 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.79 |
| HSL | 126.15º | 0.58% | 0.13% | - |
| HSV(B) | 126.15º | 0.74% | 0.21% | - |
| XYZ | 1.56 | 2.68 | 1.01 | - |
| YUV | 37.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 18 | 0.74 | 0 | 0.66 | 0.79 | 126.15 | 0.58 | 0.13 |
| Hex | E | 35 | 12 | 4A | 0 | 42 | 4F | 7E | 3A | D |
| Octal | 16 | 65 | 22 | 112 | 0 | 102 | 117 | 176 | 72 | 15 |
| Binary | 1110 | 110101 | 10010 | 1001010 | 0 | 1000010 | 1001111 | 1111110 | 111010 | 1101 |
Color Harmonies of #0E3512
Complementary color
Monochromatic Colors of #0E3512
Black with #0E3512
Text Example
Text Example
White with #0E3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3512; }
p { color: rgb(14,53,18); }
H1.HeaderClassName
{
color: #0E3512;
}
.AnyTagClassName
{
color: #0E3512;
}
</style>
background-color css
<style>
a { background-color: #0E3512; }
a { background-color: rgb(14,53,18); }
div.DivClassName
{
background-color: #0E3512;
}
.BgClassName
{
background-color: #0E3512;
}
</style>
border-color css
<style>
span { border-color: #0E3512; }
span { border-color: rgb(14,53,18); }
td.TdClassName
{
border-color: #0E3512;
}
.TagClassName
{
border-color: #0E3512;
}
</style>