Shades of Myrtle #12590E
Tints of Myrtle #12590E
RGB
CMYK
RGB Variations
Color information
#12590E (or 0x12590E) is known color: Myrtle. HEX triplet: 12, 59 and 0E. RGB value is (18,89,14). Sum of RGB (Red+Green+Blue) = 18+89+14=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #12590E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12590E is #EDA6F1. Grayscale: #3B3B3B. Windows color (decimal): -15574770 or 940306. OLE color: 940306.
HSL color Cylindrical-coordinate representation of color #12590E: hue angle of 116.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12590E is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 14 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.65 |
| HSL | 116.8º | 0.73% | 0.2% | - |
| HSV(B) | 116.8º | 0.84% | 0.35% | - |
| XYZ | 3.9 | 7.31 | 1.62 | - |
| YUV | 59.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 14 | 0.80 | 0 | 0.84 | 0.65 | 116.8 | 0.73 | 0.2 |
| Hex | 12 | 59 | E | 50 | 0 | 54 | 41 | 75 | 49 | 14 |
| Octal | 22 | 131 | 16 | 120 | 0 | 124 | 101 | 165 | 111 | 24 |
| Binary | 10010 | 1011001 | 1110 | 1010000 | 0 | 1010100 | 1000001 | 1110101 | 1001001 | 10100 |
Color Harmonies of #12590E
Complementary color
Monochromatic Colors of #12590E
Black with #12590E
Text Example
Text Example
White with #12590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12590E; }
p { color: rgb(18,89,14); }
H1.HeaderClassName
{
color: #12590E;
}
.AnyTagClassName
{
color: #12590E;
}
</style>
background-color css
<style>
a { background-color: #12590E; }
a { background-color: rgb(18,89,14); }
div.DivClassName
{
background-color: #12590E;
}
.BgClassName
{
background-color: #12590E;
}
</style>
border-color css
<style>
span { border-color: #12590E; }
span { border-color: rgb(18,89,14); }
td.TdClassName
{
border-color: #12590E;
}
.TagClassName
{
border-color: #12590E;
}
</style>