Shades of Myrtle #0E4402
Tints of Myrtle #0E4402
RGB
CMYK
RGB Variations
Color information
#0E4402 (or 0x0E4402) is known color: Myrtle. HEX triplet: 0E, 44 and 02. RGB value is (14,68,2). Sum of RGB (Red+Green+Blue) = 14+68+2=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #0E4402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4402 is #F1BBFD. Grayscale: #2C2C2C. Windows color (decimal): -15842302 or 148494. OLE color: 148494.
HSL color Cylindrical-coordinate representation of color #0E4402: hue angle of 109.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E4402 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 68 | 2 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.73 |
| HSL | 109.09º | 0.94% | 0.14% | - |
| HSV(B) | 109.09º | 0.97% | 0.27% | - |
| XYZ | 2.26 | 4.23 | 0.76 | - |
| YUV | 44.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 68 | 2 | 0.79 | 0 | 0.97 | 0.73 | 109.09 | 0.94 | 0.14 |
| Hex | E | 44 | 2 | 4F | 0 | 61 | 49 | 6D | 5E | E |
| Octal | 16 | 104 | 2 | 117 | 0 | 141 | 111 | 155 | 136 | 16 |
| Binary | 1110 | 1000100 | 10 | 1001111 | 0 | 1100001 | 1001001 | 1101101 | 1011110 | 1110 |
Color Harmonies of #0E4402
Complementary color
Monochromatic Colors of #0E4402
Black with #0E4402
Text Example
Text Example
White with #0E4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4402; }
p { color: rgb(14,68,2); }
H1.HeaderClassName
{
color: #0E4402;
}
.AnyTagClassName
{
color: #0E4402;
}
</style>
background-color css
<style>
a { background-color: #0E4402; }
a { background-color: rgb(14,68,2); }
div.DivClassName
{
background-color: #0E4402;
}
.BgClassName
{
background-color: #0E4402;
}
</style>
border-color css
<style>
span { border-color: #0E4402; }
span { border-color: rgb(14,68,2); }
td.TdClassName
{
border-color: #0E4402;
}
.TagClassName
{
border-color: #0E4402;
}
</style>