Shades of Myrtle #0E320E
Tints of Myrtle #0E320E
RGB
CMYK
RGB Variations
Color information
#0E320E (or 0x0E320E) is known color: Myrtle. HEX triplet: 0E, 32 and 0E. RGB value is (14,50,14). Sum of RGB (Red+Green+Blue) = 14+50+14=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #0E320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E320E is #F1CDF1. Grayscale: #232323. Windows color (decimal): -15846898 or 930318. OLE color: 930318.
HSL color Cylindrical-coordinate representation of color #0E320E: hue angle of 120º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E320E is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 50 | 14 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.80 |
| HSL | 120º | 0.56% | 0.13% | - |
| HSV(B) | 120º | 0.72% | 0.2% | - |
| XYZ | 1.4 | 2.41 | 0.81 | - |
| YUV | 35.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 14 | 0.72 | 0 | 0.72 | 0.80 | 120 | 0.56 | 0.13 |
| Hex | E | 32 | E | 48 | 0 | 48 | 50 | 78 | 38 | D |
| Octal | 16 | 62 | 16 | 110 | 0 | 110 | 120 | 170 | 70 | 15 |
| Binary | 1110 | 110010 | 1110 | 1001000 | 0 | 1001000 | 1010000 | 1111000 | 111000 | 1101 |
Color Harmonies of #0E320E
Complementary color
Monochromatic Colors of #0E320E
Black with #0E320E
Text Example
Text Example
White with #0E320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E320E; }
p { color: rgb(14,50,14); }
H1.HeaderClassName
{
color: #0E320E;
}
.AnyTagClassName
{
color: #0E320E;
}
</style>
background-color css
<style>
a { background-color: #0E320E; }
a { background-color: rgb(14,50,14); }
div.DivClassName
{
background-color: #0E320E;
}
.BgClassName
{
background-color: #0E320E;
}
</style>
border-color css
<style>
span { border-color: #0E320E; }
span { border-color: rgb(14,50,14); }
td.TdClassName
{
border-color: #0E320E;
}
.TagClassName
{
border-color: #0E320E;
}
</style>