Shades of Myrtle #0E5000
Tints of Myrtle #0E5000
RGB
CMYK
RGB Variations
Color information
#0E5000 (or 0x0E5000) is known color: Myrtle. HEX triplet: 0E, 50 and 00. RGB value is (14,80,0). Sum of RGB (Red+Green+Blue) = 14+80+0=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #0E5000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5000 is #F1AFFF. Grayscale: #333333. Windows color (decimal): -15839232 or 20494. OLE color: 20494.
HSL color Cylindrical-coordinate representation of color #0E5000: hue angle of 109.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E5000 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 80 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.69 |
| HSL | 109.5º | 1% | 0.16% | - |
| HSV(B) | 109.5º | 1% | 0.31% | - |
| XYZ | 3.05 | 5.83 | 0.96 | - |
| YUV | 51.15 | 99.13 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 0 | 0.83 | 0 | 1 | 0.69 | 109.5 | 1 | 0.16 |
| Hex | E | 50 | 0 | 53 | 0 | 64 | 45 | 6E | 64 | 10 |
| Octal | 16 | 120 | 0 | 123 | 0 | 144 | 105 | 156 | 144 | 20 |
| Binary | 1110 | 1010000 | 0 | 1010011 | 0 | 1100100 | 1000101 | 1101110 | 1100100 | 10000 |
Color Harmonies of #0E5000
Complementary color
Monochromatic Colors of #0E5000
Black with #0E5000
Text Example
Text Example
White with #0E5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5000; }
p { color: rgb(14,80,0); }
H1.HeaderClassName
{
color: #0E5000;
}
.AnyTagClassName
{
color: #0E5000;
}
</style>
background-color css
<style>
a { background-color: #0E5000; }
a { background-color: rgb(14,80,0); }
div.DivClassName
{
background-color: #0E5000;
}
.BgClassName
{
background-color: #0E5000;
}
</style>
border-color css
<style>
span { border-color: #0E5000; }
span { border-color: rgb(14,80,0); }
td.TdClassName
{
border-color: #0E5000;
}
.TagClassName
{
border-color: #0E5000;
}
</style>