Shades of Myrtle #0E4611
Tints of Myrtle #0E4611
RGB
CMYK
RGB Variations
Color information
#0E4611 (or 0x0E4611) is known color: Myrtle. HEX triplet: 0E, 46 and 11. RGB value is (14,70,17). Sum of RGB (Red+Green+Blue) = 14+70+17=101 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.86% from 101); Green value is 70 (27.73% from 255 or 69.31% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 70 - color contains mainly: green. Hex color #0E4611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4611 is #F1B9EE. Grayscale: #2F2F2F. Windows color (decimal): -15841775 or 1132046. OLE color: 1132046.
HSL color Cylindrical-coordinate representation of color #0E4611: hue angle of 123.21º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4611 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 70 | 17 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.73 |
| HSL | 123.21º | 0.67% | 0.16% | - |
| HSV(B) | 123.21º | 0.8% | 0.27% | - |
| XYZ | 2.47 | 4.51 | 1.27 | - |
| YUV | 47.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 70 | 17 | 0.80 | 0 | 0.76 | 0.73 | 123.21 | 0.67 | 0.16 |
| Hex | E | 46 | 11 | 50 | 0 | 4C | 49 | 7B | 43 | 10 |
| Octal | 16 | 106 | 21 | 120 | 0 | 114 | 111 | 173 | 103 | 20 |
| Binary | 1110 | 1000110 | 10001 | 1010000 | 0 | 1001100 | 1001001 | 1111011 | 1000011 | 10000 |
Color Harmonies of #0E4611
Complementary color
Monochromatic Colors of #0E4611
Black with #0E4611
Text Example
Text Example
White with #0E4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4611; }
p { color: rgb(14,70,17); }
H1.HeaderClassName
{
color: #0E4611;
}
.AnyTagClassName
{
color: #0E4611;
}
</style>
background-color css
<style>
a { background-color: #0E4611; }
a { background-color: rgb(14,70,17); }
div.DivClassName
{
background-color: #0E4611;
}
.BgClassName
{
background-color: #0E4611;
}
</style>
border-color css
<style>
span { border-color: #0E4611; }
span { border-color: rgb(14,70,17); }
td.TdClassName
{
border-color: #0E4611;
}
.TagClassName
{
border-color: #0E4611;
}
</style>