Shades of Myrtle #0E3F05
Tints of Myrtle #0E3F05
RGB
CMYK
RGB Variations
Color information
#0E3F05 (or 0x0E3F05) is known color: Myrtle. HEX triplet: 0E, 3F and 05. RGB value is (14,63,5). Sum of RGB (Red+Green+Blue) = 14+63+5=82 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.07% from 82); Green value is 63 (25% from 255 or 76.83% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 63 - color contains mainly: green. Hex color #0E3F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3F05 is #F1C0FA. Grayscale: #292929. Windows color (decimal): -15843579 or 343822. OLE color: 343822.
HSL color Cylindrical-coordinate representation of color #0E3F05: hue angle of 110.69º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E3F05 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 63 | 5 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.75 |
| HSL | 110.69º | 0.85% | 0.13% | - |
| HSV(B) | 110.69º | 0.92% | 0.25% | - |
| XYZ | 1.99 | 3.66 | 0.75 | - |
| YUV | 41.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 63 | 5 | 0.78 | 0 | 0.92 | 0.75 | 110.69 | 0.85 | 0.13 |
| Hex | E | 3F | 5 | 4E | 0 | 5C | 4B | 6F | 55 | D |
| Octal | 16 | 77 | 5 | 116 | 0 | 134 | 113 | 157 | 125 | 15 |
| Binary | 1110 | 111111 | 101 | 1001110 | 0 | 1011100 | 1001011 | 1101111 | 1010101 | 1101 |
Color Harmonies of #0E3F05
Complementary color
Monochromatic Colors of #0E3F05
Black with #0E3F05
Text Example
Text Example
White with #0E3F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3F05; }
p { color: rgb(14,63,5); }
H1.HeaderClassName
{
color: #0E3F05;
}
.AnyTagClassName
{
color: #0E3F05;
}
</style>
background-color css
<style>
a { background-color: #0E3F05; }
a { background-color: rgb(14,63,5); }
div.DivClassName
{
background-color: #0E3F05;
}
.BgClassName
{
background-color: #0E3F05;
}
</style>
border-color css
<style>
span { border-color: #0E3F05; }
span { border-color: rgb(14,63,5); }
td.TdClassName
{
border-color: #0E3F05;
}
.TagClassName
{
border-color: #0E3F05;
}
</style>