Shades of Myrtle #0E3211
Tints of Myrtle #0E3211
RGB
CMYK
RGB Variations
Color information
#0E3211 (or 0x0E3211) is known color: Myrtle. HEX triplet: 0E, 32 and 11. RGB value is (14,50,17). Sum of RGB (Red+Green+Blue) = 14+50+17=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #0E3211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3211 is #F1CDEE. Grayscale: #232323. Windows color (decimal): -15846895 or 1126926. OLE color: 1126926.
HSL color Cylindrical-coordinate representation of color #0E3211: hue angle of 125º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E3211 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 50 | 17 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.80 |
| HSL | 125º | 0.56% | 0.13% | - |
| HSV(B) | 125º | 0.72% | 0.2% | - |
| XYZ | 1.42 | 2.42 | 0.92 | - |
| YUV | 35.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 17 | 0.72 | 0 | 0.66 | 0.80 | 125 | 0.56 | 0.13 |
| Hex | E | 32 | 11 | 48 | 0 | 42 | 50 | 7D | 38 | D |
| Octal | 16 | 62 | 21 | 110 | 0 | 102 | 120 | 175 | 70 | 15 |
| Binary | 1110 | 110010 | 10001 | 1001000 | 0 | 1000010 | 1010000 | 1111101 | 111000 | 1101 |
Color Harmonies of #0E3211
Complementary color
Monochromatic Colors of #0E3211
Black with #0E3211
Text Example
Text Example
White with #0E3211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3211; }
p { color: rgb(14,50,17); }
H1.HeaderClassName
{
color: #0E3211;
}
.AnyTagClassName
{
color: #0E3211;
}
</style>
background-color css
<style>
a { background-color: #0E3211; }
a { background-color: rgb(14,50,17); }
div.DivClassName
{
background-color: #0E3211;
}
.BgClassName
{
background-color: #0E3211;
}
</style>
border-color css
<style>
span { border-color: #0E3211; }
span { border-color: rgb(14,50,17); }
td.TdClassName
{
border-color: #0E3211;
}
.TagClassName
{
border-color: #0E3211;
}
</style>