Shades of Myrtle #0E310E
Tints of Myrtle #0E310E
RGB
CMYK
RGB Variations
Color information
#0E310E (or 0x0E310E) is known color: Myrtle. HEX triplet: 0E, 31 and 0E. RGB value is (14,49,14). Sum of RGB (Red+Green+Blue) = 14+49+14=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #0E310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E310E is #F1CEF1. Grayscale: #222222. Windows color (decimal): -15847154 or 930062. OLE color: 930062.
HSL color Cylindrical-coordinate representation of color #0E310E: hue angle of 120º degrees, saturation: 0.56, 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 #0E310E is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 49 | 14 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.81 |
| HSL | 120º | 0.56% | 0.12% | - |
| HSV(B) | 120º | 0.71% | 0.19% | - |
| XYZ | 1.36 | 2.32 | 0.79 | - |
| YUV | 34.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 14 | 0.71 | 0 | 0.71 | 0.81 | 120 | 0.56 | 0.12 |
| Hex | E | 31 | E | 47 | 0 | 47 | 51 | 78 | 38 | C |
| Octal | 16 | 61 | 16 | 107 | 0 | 107 | 121 | 170 | 70 | 14 |
| Binary | 1110 | 110001 | 1110 | 1000111 | 0 | 1000111 | 1010001 | 1111000 | 111000 | 1100 |
Color Harmonies of #0E310E
Complementary color
Monochromatic Colors of #0E310E
Black with #0E310E
Text Example
Text Example
White with #0E310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E310E; }
p { color: rgb(14,49,14); }
H1.HeaderClassName
{
color: #0E310E;
}
.AnyTagClassName
{
color: #0E310E;
}
</style>
background-color css
<style>
a { background-color: #0E310E; }
a { background-color: rgb(14,49,14); }
div.DivClassName
{
background-color: #0E310E;
}
.BgClassName
{
background-color: #0E310E;
}
</style>
border-color css
<style>
span { border-color: #0E310E; }
span { border-color: rgb(14,49,14); }
td.TdClassName
{
border-color: #0E310E;
}
.TagClassName
{
border-color: #0E310E;
}
</style>