Shades of Myrtle #0E3011
Tints of Myrtle #0E3011
RGB
CMYK
RGB Variations
Color information
#0E3011 (or 0x0E3011) is known color: Myrtle. HEX triplet: 0E, 30 and 11. RGB value is (14,48,17). Sum of RGB (Red+Green+Blue) = 14+48+17=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #0E3011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3011 is #F1CFEE. Grayscale: #222222. Windows color (decimal): -15847407 or 1126414. OLE color: 1126414.
HSL color Cylindrical-coordinate representation of color #0E3011: hue angle of 125.29º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E3011 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 48 | 17 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.81 |
| HSL | 125.29º | 0.55% | 0.12% | - |
| HSV(B) | 125.29º | 0.71% | 0.19% | - |
| XYZ | 1.34 | 2.25 | 0.89 | - |
| YUV | 34.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 17 | 0.71 | 0 | 0.65 | 0.81 | 125.29 | 0.55 | 0.12 |
| Hex | E | 30 | 11 | 47 | 0 | 41 | 51 | 7D | 37 | C |
| Octal | 16 | 60 | 21 | 107 | 0 | 101 | 121 | 175 | 67 | 14 |
| Binary | 1110 | 110000 | 10001 | 1000111 | 0 | 1000001 | 1010001 | 1111101 | 110111 | 1100 |
Color Harmonies of #0E3011
Complementary color
Monochromatic Colors of #0E3011
Black with #0E3011
Text Example
Text Example
White with #0E3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3011; }
p { color: rgb(14,48,17); }
H1.HeaderClassName
{
color: #0E3011;
}
.AnyTagClassName
{
color: #0E3011;
}
</style>
background-color css
<style>
a { background-color: #0E3011; }
a { background-color: rgb(14,48,17); }
div.DivClassName
{
background-color: #0E3011;
}
.BgClassName
{
background-color: #0E3011;
}
</style>
border-color css
<style>
span { border-color: #0E3011; }
span { border-color: rgb(14,48,17); }
td.TdClassName
{
border-color: #0E3011;
}
.TagClassName
{
border-color: #0E3011;
}
</style>