Shades of Myrtle #0E4D03
Tints of Myrtle #0E4D03
RGB
CMYK
RGB Variations
Color information
#0E4D03 (or 0x0E4D03) is known color: Myrtle. HEX triplet: 0E, 4D and 03. RGB value is (14,77,3). Sum of RGB (Red+Green+Blue) = 14+77+3=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 77 (30.47% from 255 or 81.91% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4D03 is #F1B2FC. Grayscale: #313131. Windows color (decimal): -15839997 or 216334. OLE color: 216334.
HSL color Cylindrical-coordinate representation of color #0E4D03: hue angle of 111.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E4D03 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 77 | 3 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.70 |
| HSL | 111.08º | 0.93% | 0.16% | - |
| HSV(B) | 111.08º | 0.96% | 0.3% | - |
| XYZ | 2.85 | 5.41 | 0.98 | - |
| YUV | 49.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 77 | 3 | 0.82 | 0 | 0.96 | 0.70 | 111.08 | 0.93 | 0.16 |
| Hex | E | 4D | 3 | 52 | 0 | 60 | 46 | 6F | 5C | 10 |
| Octal | 16 | 115 | 3 | 122 | 0 | 140 | 106 | 157 | 134 | 20 |
| Binary | 1110 | 1001101 | 11 | 1010010 | 0 | 1100000 | 1000110 | 1101111 | 1011100 | 10000 |
Color Harmonies of #0E4D03
Complementary color
Monochromatic Colors of #0E4D03
Black with #0E4D03
Text Example
Text Example
White with #0E4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4D03; }
p { color: rgb(14,77,3); }
H1.HeaderClassName
{
color: #0E4D03;
}
.AnyTagClassName
{
color: #0E4D03;
}
</style>
background-color css
<style>
a { background-color: #0E4D03; }
a { background-color: rgb(14,77,3); }
div.DivClassName
{
background-color: #0E4D03;
}
.BgClassName
{
background-color: #0E4D03;
}
</style>
border-color css
<style>
span { border-color: #0E4D03; }
span { border-color: rgb(14,77,3); }
td.TdClassName
{
border-color: #0E4D03;
}
.TagClassName
{
border-color: #0E4D03;
}
</style>