Shades of Myrtle #0E4403
Tints of Myrtle #0E4403
RGB
CMYK
RGB Variations
Color information
#0E4403 (or 0x0E4403) is known color: Myrtle. HEX triplet: 0E, 44 and 03. RGB value is (14,68,3). Sum of RGB (Red+Green+Blue) = 14+68+3=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 68 (26.95% from 255 or 80% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 68 - color contains mainly: green. Hex color #0E4403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4403 is #F1BBFC. Grayscale: #2C2C2C. Windows color (decimal): -15842301 or 214030. OLE color: 214030.
HSL color Cylindrical-coordinate representation of color #0E4403: hue angle of 109.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E4403 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 68 | 3 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.73 |
| HSL | 109.85º | 0.92% | 0.14% | - |
| HSV(B) | 109.85º | 0.96% | 0.27% | - |
| XYZ | 2.26 | 4.23 | 0.78 | - |
| YUV | 44.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 68 | 3 | 0.79 | 0 | 0.96 | 0.73 | 109.85 | 0.92 | 0.14 |
| Hex | E | 44 | 3 | 4F | 0 | 60 | 49 | 6E | 5C | E |
| Octal | 16 | 104 | 3 | 117 | 0 | 140 | 111 | 156 | 134 | 16 |
| Binary | 1110 | 1000100 | 11 | 1001111 | 0 | 1100000 | 1001001 | 1101110 | 1011100 | 1110 |
Color Harmonies of #0E4403
Complementary color
Monochromatic Colors of #0E4403
Black with #0E4403
Text Example
Text Example
White with #0E4403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4403; }
p { color: rgb(14,68,3); }
H1.HeaderClassName
{
color: #0E4403;
}
.AnyTagClassName
{
color: #0E4403;
}
</style>
background-color css
<style>
a { background-color: #0E4403; }
a { background-color: rgb(14,68,3); }
div.DivClassName
{
background-color: #0E4403;
}
.BgClassName
{
background-color: #0E4403;
}
</style>
border-color css
<style>
span { border-color: #0E4403; }
span { border-color: rgb(14,68,3); }
td.TdClassName
{
border-color: #0E4403;
}
.TagClassName
{
border-color: #0E4403;
}
</style>