Shades of Myrtle #0E4D13
Tints of Myrtle #0E4D13
RGB
CMYK
RGB Variations
Color information
#0E4D13 (or 0x0E4D13) is known color: Myrtle. HEX triplet: 0E, 4D and 13. RGB value is (14,77,19). Sum of RGB (Red+Green+Blue) = 14+77+19=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4D13 is #F1B2EC. Grayscale: #333333. Windows color (decimal): -15839981 or 1264910. OLE color: 1264910.
HSL color Cylindrical-coordinate representation of color #0E4D13: hue angle of 124.76º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4D13 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 77 | 19 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.70 |
| HSL | 124.76º | 0.69% | 0.18% | - |
| HSV(B) | 124.76º | 0.82% | 0.3% | - |
| XYZ | 2.95 | 5.45 | 1.51 | - |
| YUV | 51.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 77 | 19 | 0.82 | 0 | 0.75 | 0.70 | 124.76 | 0.69 | 0.18 |
| Hex | E | 4D | 13 | 52 | 0 | 4B | 46 | 7D | 45 | 12 |
| Octal | 16 | 115 | 23 | 122 | 0 | 113 | 106 | 175 | 105 | 22 |
| Binary | 1110 | 1001101 | 10011 | 1010010 | 0 | 1001011 | 1000110 | 1111101 | 1000101 | 10010 |
Color Harmonies of #0E4D13
Complementary color
Monochromatic Colors of #0E4D13
Black with #0E4D13
Text Example
Text Example
White with #0E4D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4D13; }
p { color: rgb(14,77,19); }
H1.HeaderClassName
{
color: #0E4D13;
}
.AnyTagClassName
{
color: #0E4D13;
}
</style>
background-color css
<style>
a { background-color: #0E4D13; }
a { background-color: rgb(14,77,19); }
div.DivClassName
{
background-color: #0E4D13;
}
.BgClassName
{
background-color: #0E4D13;
}
</style>
border-color css
<style>
span { border-color: #0E4D13; }
span { border-color: rgb(14,77,19); }
td.TdClassName
{
border-color: #0E4D13;
}
.TagClassName
{
border-color: #0E4D13;
}
</style>