Shades of Myrtle #0E4001
Tints of Myrtle #0E4001
RGB
CMYK
RGB Variations
Color information
#0E4001 (or 0x0E4001) is known color: Myrtle. HEX triplet: 0E, 40 and 01. RGB value is (14,64,1). Sum of RGB (Red+Green+Blue) = 14+64+1=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 64 (25.39% from 255 or 81.01% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 64 - color contains mainly: green. Hex color #0E4001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4001 is #F1BFFE. Grayscale: #2A2A2A. Windows color (decimal): -15843327 or 81934. OLE color: 81934.
HSL color Cylindrical-coordinate representation of color #0E4001: hue angle of 107.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E4001 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 64 | 1 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.75 |
| HSL | 107.62º | 0.97% | 0.13% | - |
| HSV(B) | 107.62º | 0.98% | 0.25% | - |
| XYZ | 2.02 | 3.76 | 0.65 | - |
| YUV | 41.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 1 | 0.78 | 0 | 0.98 | 0.75 | 107.62 | 0.97 | 0.13 |
| Hex | E | 40 | 1 | 4E | 0 | 62 | 4B | 6C | 61 | D |
| Octal | 16 | 100 | 1 | 116 | 0 | 142 | 113 | 154 | 141 | 15 |
| Binary | 1110 | 1000000 | 1 | 1001110 | 0 | 1100010 | 1001011 | 1101100 | 1100001 | 1101 |
Color Harmonies of #0E4001
Complementary color
Monochromatic Colors of #0E4001
Black with #0E4001
Text Example
Text Example
White with #0E4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4001; }
p { color: rgb(14,64,1); }
H1.HeaderClassName
{
color: #0E4001;
}
.AnyTagClassName
{
color: #0E4001;
}
</style>
background-color css
<style>
a { background-color: #0E4001; }
a { background-color: rgb(14,64,1); }
div.DivClassName
{
background-color: #0E4001;
}
.BgClassName
{
background-color: #0E4001;
}
</style>
border-color css
<style>
span { border-color: #0E4001; }
span { border-color: rgb(14,64,1); }
td.TdClassName
{
border-color: #0E4001;
}
.TagClassName
{
border-color: #0E4001;
}
</style>