Shades of Myrtle #11580D
Tints of Myrtle #11580D
RGB
CMYK
RGB Variations
Color information
#11580D (or 0x11580D) is known color: Myrtle. HEX triplet: 11, 58 and 0D. RGB value is (17,88,13). Sum of RGB (Red+Green+Blue) = 17+88+13=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 88 (34.77% from 255 or 74.58% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 88 - color contains mainly: green. Hex color #11580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11580D is #EEA7F2. Grayscale: #3A3A3A. Windows color (decimal): -15640563 or 874513. OLE color: 874513.
HSL color Cylindrical-coordinate representation of color #11580D: hue angle of 116.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11580D is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 88 | 13 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.65 |
| HSL | 116.8º | 0.74% | 0.2% | - |
| HSV(B) | 116.8º | 0.85% | 0.35% | - |
| XYZ | 3.79 | 7.13 | 1.56 | - |
| YUV | 58.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 13 | 0.81 | 0 | 0.85 | 0.65 | 116.8 | 0.74 | 0.2 |
| Hex | 11 | 58 | D | 51 | 0 | 55 | 41 | 75 | 4A | 14 |
| Octal | 21 | 130 | 15 | 121 | 0 | 125 | 101 | 165 | 112 | 24 |
| Binary | 10001 | 1011000 | 1101 | 1010001 | 0 | 1010101 | 1000001 | 1110101 | 1001010 | 10100 |
Color Harmonies of #11580D
Complementary color
Monochromatic Colors of #11580D
Black with #11580D
Text Example
Text Example
White with #11580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11580D; }
p { color: rgb(17,88,13); }
H1.HeaderClassName
{
color: #11580D;
}
.AnyTagClassName
{
color: #11580D;
}
</style>
background-color css
<style>
a { background-color: #11580D; }
a { background-color: rgb(17,88,13); }
div.DivClassName
{
background-color: #11580D;
}
.BgClassName
{
background-color: #11580D;
}
</style>
border-color css
<style>
span { border-color: #11580D; }
span { border-color: rgb(17,88,13); }
td.TdClassName
{
border-color: #11580D;
}
.TagClassName
{
border-color: #11580D;
}
</style>