Shades of Myrtle #0E4006
Tints of Myrtle #0E4006
RGB
CMYK
RGB Variations
Color information
#0E4006 (or 0x0E4006) is known color: Myrtle. HEX triplet: 0E, 40 and 06. RGB value is (14,64,6). Sum of RGB (Red+Green+Blue) = 14+64+6=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #0E4006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4006 is #F1BFF9. Grayscale: #2A2A2A. Windows color (decimal): -15843322 or 409614. OLE color: 409614.
HSL color Cylindrical-coordinate representation of color #0E4006: hue angle of 111.72º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E4006 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 64 | 6 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.75 |
| HSL | 111.72º | 0.83% | 0.14% | - |
| HSV(B) | 111.72º | 0.91% | 0.25% | - |
| XYZ | 2.05 | 3.77 | 0.79 | - |
| YUV | 42.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 6 | 0.78 | 0 | 0.91 | 0.75 | 111.72 | 0.83 | 0.14 |
| Hex | E | 40 | 6 | 4E | 0 | 5B | 4B | 70 | 53 | E |
| Octal | 16 | 100 | 6 | 116 | 0 | 133 | 113 | 160 | 123 | 16 |
| Binary | 1110 | 1000000 | 110 | 1001110 | 0 | 1011011 | 1001011 | 1110000 | 1010011 | 1110 |
Color Harmonies of #0E4006
Complementary color
Monochromatic Colors of #0E4006
Black with #0E4006
Text Example
Text Example
White with #0E4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4006; }
p { color: rgb(14,64,6); }
H1.HeaderClassName
{
color: #0E4006;
}
.AnyTagClassName
{
color: #0E4006;
}
</style>
background-color css
<style>
a { background-color: #0E4006; }
a { background-color: rgb(14,64,6); }
div.DivClassName
{
background-color: #0E4006;
}
.BgClassName
{
background-color: #0E4006;
}
</style>
border-color css
<style>
span { border-color: #0E4006; }
span { border-color: rgb(14,64,6); }
td.TdClassName
{
border-color: #0E4006;
}
.TagClassName
{
border-color: #0E4006;
}
</style>