Shades of Myrtle #0E490C
Tints of Myrtle #0E490C
RGB
CMYK
RGB Variations
Color information
#0E490C (or 0x0E490C) is known color: Myrtle. HEX triplet: 0E, 49 and 0C. RGB value is (14,73,12). Sum of RGB (Red+Green+Blue) = 14+73+12=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #0E490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E490C is #F1B6F3. Grayscale: #303030. Windows color (decimal): -15841012 or 805134. OLE color: 805134.
HSL color Cylindrical-coordinate representation of color #0E490C: hue angle of 118.03º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E490C is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 73 | 12 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.71 |
| HSL | 118.03º | 0.72% | 0.17% | - |
| HSV(B) | 118.03º | 0.84% | 0.29% | - |
| XYZ | 2.63 | 4.88 | 1.15 | - |
| YUV | 48.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 73 | 12 | 0.81 | 0 | 0.84 | 0.71 | 118.03 | 0.72 | 0.17 |
| Hex | E | 49 | C | 51 | 0 | 54 | 47 | 76 | 48 | 11 |
| Octal | 16 | 111 | 14 | 121 | 0 | 124 | 107 | 166 | 110 | 21 |
| Binary | 1110 | 1001001 | 1100 | 1010001 | 0 | 1010100 | 1000111 | 1110110 | 1001000 | 10001 |
Color Harmonies of #0E490C
Complementary color
Monochromatic Colors of #0E490C
Black with #0E490C
Text Example
Text Example
White with #0E490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E490C; }
p { color: rgb(14,73,12); }
H1.HeaderClassName
{
color: #0E490C;
}
.AnyTagClassName
{
color: #0E490C;
}
</style>
background-color css
<style>
a { background-color: #0E490C; }
a { background-color: rgb(14,73,12); }
div.DivClassName
{
background-color: #0E490C;
}
.BgClassName
{
background-color: #0E490C;
}
</style>
border-color css
<style>
span { border-color: #0E490C; }
span { border-color: rgb(14,73,12); }
td.TdClassName
{
border-color: #0E490C;
}
.TagClassName
{
border-color: #0E490C;
}
</style>