Shades of Myrtle #0E2205
Tints of Myrtle #0E2205
RGB
CMYK
RGB Variations
Color information
#0E2205 (or 0x0E2205) is known color: Myrtle. HEX triplet: 0E, 22 and 05. RGB value is (14,34,5). Sum of RGB (Red+Green+Blue) = 14+34+5=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #0E2205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2205 is #F1DDFA. Grayscale: #181818. Windows color (decimal): -15851003 or 336398. OLE color: 336398.
HSL color Cylindrical-coordinate representation of color #0E2205: hue angle of 101.38º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E2205 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 34 | 5 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.87 |
| HSL | 101.38º | 0.74% | 0.08% | - |
| HSV(B) | 101.38º | 0.85% | 0.13% | - |
| XYZ | 0.78 | 1.25 | 0.34 | - |
| YUV | 24.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 34 | 5 | 0.59 | 0 | 0.85 | 0.87 | 101.38 | 0.74 | 0.08 |
| Hex | E | 22 | 5 | 3B | 0 | 55 | 57 | 65 | 4A | 8 |
| Octal | 16 | 42 | 5 | 73 | 0 | 125 | 127 | 145 | 112 | 10 |
| Binary | 1110 | 100010 | 101 | 111011 | 0 | 1010101 | 1010111 | 1100101 | 1001010 | 1000 |
Color Harmonies of #0E2205
Complementary color
Monochromatic Colors of #0E2205
Black with #0E2205
Text Example
Text Example
White with #0E2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2205; }
p { color: rgb(14,34,5); }
H1.HeaderClassName
{
color: #0E2205;
}
.AnyTagClassName
{
color: #0E2205;
}
</style>
background-color css
<style>
a { background-color: #0E2205; }
a { background-color: rgb(14,34,5); }
div.DivClassName
{
background-color: #0E2205;
}
.BgClassName
{
background-color: #0E2205;
}
</style>
border-color css
<style>
span { border-color: #0E2205; }
span { border-color: rgb(14,34,5); }
td.TdClassName
{
border-color: #0E2205;
}
.TagClassName
{
border-color: #0E2205;
}
</style>