Shades of Myrtle #0E3A05
Tints of Myrtle #0E3A05
RGB
CMYK
RGB Variations
Color information
#0E3A05 (or 0x0E3A05) is known color: Myrtle. HEX triplet: 0E, 3A and 05. RGB value is (14,58,5). Sum of RGB (Red+Green+Blue) = 14+58+5=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 58 (23.05% from 255 or 75.32% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 58 - color contains mainly: green. Hex color #0E3A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3A05 is #F1C5FA. Grayscale: #262626. Windows color (decimal): -15844859 or 342542. OLE color: 342542.
HSL color Cylindrical-coordinate representation of color #0E3A05: hue angle of 109.81º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3A05 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 58 | 5 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.77 |
| HSL | 109.81º | 0.84% | 0.12% | - |
| HSV(B) | 109.81º | 0.91% | 0.23% | - |
| XYZ | 1.72 | 3.13 | 0.66 | - |
| YUV | 38.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 58 | 5 | 0.76 | 0 | 0.91 | 0.77 | 109.81 | 0.84 | 0.12 |
| Hex | E | 3A | 5 | 4C | 0 | 5B | 4D | 6E | 54 | C |
| Octal | 16 | 72 | 5 | 114 | 0 | 133 | 115 | 156 | 124 | 14 |
| Binary | 1110 | 111010 | 101 | 1001100 | 0 | 1011011 | 1001101 | 1101110 | 1010100 | 1100 |
Color Harmonies of #0E3A05
Complementary color
Monochromatic Colors of #0E3A05
Black with #0E3A05
Text Example
Text Example
White with #0E3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3A05; }
p { color: rgb(14,58,5); }
H1.HeaderClassName
{
color: #0E3A05;
}
.AnyTagClassName
{
color: #0E3A05;
}
</style>
background-color css
<style>
a { background-color: #0E3A05; }
a { background-color: rgb(14,58,5); }
div.DivClassName
{
background-color: #0E3A05;
}
.BgClassName
{
background-color: #0E3A05;
}
</style>
border-color css
<style>
span { border-color: #0E3A05; }
span { border-color: rgb(14,58,5); }
td.TdClassName
{
border-color: #0E3A05;
}
.TagClassName
{
border-color: #0E3A05;
}
</style>