Shades of Myrtle #0E490B
Tints of Myrtle #0E490B
RGB
CMYK
RGB Variations
Color information
#0E490B (or 0x0E490B) is known color: Myrtle. HEX triplet: 0E, 49 and 0B. RGB value is (14,73,11). Sum of RGB (Red+Green+Blue) = 14+73+11=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #0E490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E490B is #F1B6F4. Grayscale: #303030. Windows color (decimal): -15841013 or 739598. OLE color: 739598.
HSL color Cylindrical-coordinate representation of color #0E490B: hue angle of 117.1º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E490B is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 73 | 11 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.71 |
| HSL | 117.1º | 0.74% | 0.16% | - |
| HSV(B) | 117.1º | 0.85% | 0.29% | - |
| XYZ | 2.62 | 4.88 | 1.12 | - |
| YUV | 48.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 73 | 11 | 0.81 | 0 | 0.85 | 0.71 | 117.1 | 0.74 | 0.16 |
| Hex | E | 49 | B | 51 | 0 | 55 | 47 | 75 | 4A | 10 |
| Octal | 16 | 111 | 13 | 121 | 0 | 125 | 107 | 165 | 112 | 20 |
| Binary | 1110 | 1001001 | 1011 | 1010001 | 0 | 1010101 | 1000111 | 1110101 | 1001010 | 10000 |
Color Harmonies of #0E490B
Complementary color
Monochromatic Colors of #0E490B
Black with #0E490B
Text Example
Text Example
White with #0E490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E490B; }
p { color: rgb(14,73,11); }
H1.HeaderClassName
{
color: #0E490B;
}
.AnyTagClassName
{
color: #0E490B;
}
</style>
background-color css
<style>
a { background-color: #0E490B; }
a { background-color: rgb(14,73,11); }
div.DivClassName
{
background-color: #0E490B;
}
.BgClassName
{
background-color: #0E490B;
}
</style>
border-color css
<style>
span { border-color: #0E490B; }
span { border-color: rgb(14,73,11); }
td.TdClassName
{
border-color: #0E490B;
}
.TagClassName
{
border-color: #0E490B;
}
</style>