Shades of Myrtle #0E400D
Tints of Myrtle #0E400D
RGB
CMYK
RGB Variations
Color information
#0E400D (or 0x0E400D) is known color: Myrtle. HEX triplet: 0E, 40 and 0D. RGB value is (14,64,13). Sum of RGB (Red+Green+Blue) = 14+64+13=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #0E400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E400D is #F1BFF2. Grayscale: #2B2B2B. Windows color (decimal): -15843315 or 868366. OLE color: 868366.
HSL color Cylindrical-coordinate representation of color #0E400D: hue angle of 118.82º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E400D is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 64 | 13 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.75 |
| HSL | 118.82º | 0.66% | 0.15% | - |
| HSV(B) | 118.82º | 0.8% | 0.25% | - |
| XYZ | 2.09 | 3.79 | 1 | - |
| YUV | 43.24 | 110.94 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 13 | 0.78 | 0 | 0.80 | 0.75 | 118.82 | 0.66 | 0.15 |
| Hex | E | 40 | D | 4E | 0 | 50 | 4B | 77 | 42 | F |
| Octal | 16 | 100 | 15 | 116 | 0 | 120 | 113 | 167 | 102 | 17 |
| Binary | 1110 | 1000000 | 1101 | 1001110 | 0 | 1010000 | 1001011 | 1110111 | 1000010 | 1111 |
Color Harmonies of #0E400D
Complementary color
Monochromatic Colors of #0E400D
Black with #0E400D
Text Example
Text Example
White with #0E400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E400D; }
p { color: rgb(14,64,13); }
H1.HeaderClassName
{
color: #0E400D;
}
.AnyTagClassName
{
color: #0E400D;
}
</style>
background-color css
<style>
a { background-color: #0E400D; }
a { background-color: rgb(14,64,13); }
div.DivClassName
{
background-color: #0E400D;
}
.BgClassName
{
background-color: #0E400D;
}
</style>
border-color css
<style>
span { border-color: #0E400D; }
span { border-color: rgb(14,64,13); }
td.TdClassName
{
border-color: #0E400D;
}
.TagClassName
{
border-color: #0E400D;
}
</style>