Shades of Myrtle #11550A
Tints of Myrtle #11550A
RGB
CMYK
RGB Variations
Color information
#11550A (or 0x11550A) is known color: Myrtle. HEX triplet: 11, 55 and 0A. RGB value is (17,85,10). Sum of RGB (Red+Green+Blue) = 17+85+10=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #11550A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11550A is #EEAAF5. Grayscale: #383838. Windows color (decimal): -15641334 or 677137. OLE color: 677137.
HSL color Cylindrical-coordinate representation of color #11550A: hue angle of 114.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11550A is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 85 | 10 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.67 |
| HSL | 114.4º | 0.79% | 0.19% | - |
| HSV(B) | 114.4º | 0.88% | 0.33% | - |
| XYZ | 3.53 | 6.64 | 1.38 | - |
| YUV | 56.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 10 | 0.80 | 0 | 0.88 | 0.67 | 114.4 | 0.79 | 0.19 |
| Hex | 11 | 55 | A | 50 | 0 | 58 | 43 | 72 | 4F | 13 |
| Octal | 21 | 125 | 12 | 120 | 0 | 130 | 103 | 162 | 117 | 23 |
| Binary | 10001 | 1010101 | 1010 | 1010000 | 0 | 1011000 | 1000011 | 1110010 | 1001111 | 10011 |
Color Harmonies of #11550A
Complementary color
Monochromatic Colors of #11550A
Black with #11550A
Text Example
Text Example
White with #11550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11550A; }
p { color: rgb(17,85,10); }
H1.HeaderClassName
{
color: #11550A;
}
.AnyTagClassName
{
color: #11550A;
}
</style>
background-color css
<style>
a { background-color: #11550A; }
a { background-color: rgb(17,85,10); }
div.DivClassName
{
background-color: #11550A;
}
.BgClassName
{
background-color: #11550A;
}
</style>
border-color css
<style>
span { border-color: #11550A; }
span { border-color: rgb(17,85,10); }
td.TdClassName
{
border-color: #11550A;
}
.TagClassName
{
border-color: #11550A;
}
</style>