Shades of Myrtle #0E3F04
Tints of Myrtle #0E3F04
RGB
CMYK
RGB Variations
Color information
#0E3F04 (or 0x0E3F04) is known color: Myrtle. HEX triplet: 0E, 3F and 04. RGB value is (14,63,4). Sum of RGB (Red+Green+Blue) = 14+63+4=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 63 (25% from 255 or 77.78% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 63 - color contains mainly: green. Hex color #0E3F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3F04 is #F1C0FB. Grayscale: #292929. Windows color (decimal): -15843580 or 278286. OLE color: 278286.
HSL color Cylindrical-coordinate representation of color #0E3F04: hue angle of 109.83º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E3F04 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 63 | 4 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.75 |
| HSL | 109.83º | 0.88% | 0.13% | - |
| HSV(B) | 109.83º | 0.94% | 0.25% | - |
| XYZ | 1.98 | 3.66 | 0.72 | - |
| YUV | 41.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 63 | 4 | 0.78 | 0 | 0.94 | 0.75 | 109.83 | 0.88 | 0.13 |
| Hex | E | 3F | 4 | 4E | 0 | 5E | 4B | 6E | 58 | D |
| Octal | 16 | 77 | 4 | 116 | 0 | 136 | 113 | 156 | 130 | 15 |
| Binary | 1110 | 111111 | 100 | 1001110 | 0 | 1011110 | 1001011 | 1101110 | 1011000 | 1101 |
Color Harmonies of #0E3F04
Complementary color
Monochromatic Colors of #0E3F04
Black with #0E3F04
Text Example
Text Example
White with #0E3F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3F04; }
p { color: rgb(14,63,4); }
H1.HeaderClassName
{
color: #0E3F04;
}
.AnyTagClassName
{
color: #0E3F04;
}
</style>
background-color css
<style>
a { background-color: #0E3F04; }
a { background-color: rgb(14,63,4); }
div.DivClassName
{
background-color: #0E3F04;
}
.BgClassName
{
background-color: #0E3F04;
}
</style>
border-color css
<style>
span { border-color: #0E3F04; }
span { border-color: rgb(14,63,4); }
td.TdClassName
{
border-color: #0E3F04;
}
.TagClassName
{
border-color: #0E3F04;
}
</style>