Shades of Myrtle #0E4106
Tints of Myrtle #0E4106
RGB
CMYK
RGB Variations
Color information
#0E4106 (or 0x0E4106) is known color: Myrtle. HEX triplet: 0E, 41 and 06. RGB value is (14,65,6). Sum of RGB (Red+Green+Blue) = 14+65+6=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 65 (25.78% from 255 or 76.47% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 65 - color contains mainly: green. Hex color #0E4106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4106 is #F1BEF9. Grayscale: #2B2B2B. Windows color (decimal): -15843066 or 409870. OLE color: 409870.
HSL color Cylindrical-coordinate representation of color #0E4106: hue angle of 111.86º 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 #0E4106 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 65 | 6 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.75 |
| HSL | 111.86º | 0.83% | 0.14% | - |
| HSV(B) | 111.86º | 0.91% | 0.25% | - |
| XYZ | 2.1 | 3.89 | 0.81 | - |
| YUV | 43.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 65 | 6 | 0.78 | 0 | 0.91 | 0.75 | 111.86 | 0.83 | 0.14 |
| Hex | E | 41 | 6 | 4E | 0 | 5B | 4B | 70 | 53 | E |
| Octal | 16 | 101 | 6 | 116 | 0 | 133 | 113 | 160 | 123 | 16 |
| Binary | 1110 | 1000001 | 110 | 1001110 | 0 | 1011011 | 1001011 | 1110000 | 1010011 | 1110 |
Color Harmonies of #0E4106
Complementary color
Monochromatic Colors of #0E4106
Black with #0E4106
Text Example
Text Example
White with #0E4106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4106; }
p { color: rgb(14,65,6); }
H1.HeaderClassName
{
color: #0E4106;
}
.AnyTagClassName
{
color: #0E4106;
}
</style>
background-color css
<style>
a { background-color: #0E4106; }
a { background-color: rgb(14,65,6); }
div.DivClassName
{
background-color: #0E4106;
}
.BgClassName
{
background-color: #0E4106;
}
</style>
border-color css
<style>
span { border-color: #0E4106; }
span { border-color: rgb(14,65,6); }
td.TdClassName
{
border-color: #0E4106;
}
.TagClassName
{
border-color: #0E4106;
}
</style>