Shades of Myrtle #11550B
Tints of Myrtle #11550B
RGB
CMYK
RGB Variations
Color information
#11550B (or 0x11550B) is known color: Myrtle. HEX triplet: 11, 55 and 0B. RGB value is (17,85,11). Sum of RGB (Red+Green+Blue) = 17+85+11=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #11550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11550B is #EEAAF4. Grayscale: #383838. Windows color (decimal): -15641333 or 742673. OLE color: 742673.
HSL color Cylindrical-coordinate representation of color #11550B: hue angle of 115.14º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11550B is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 85 | 11 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.67 |
| HSL | 115.14º | 0.77% | 0.19% | - |
| HSV(B) | 115.14º | 0.87% | 0.33% | - |
| XYZ | 3.54 | 6.64 | 1.41 | - |
| YUV | 56.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 11 | 0.80 | 0 | 0.87 | 0.67 | 115.14 | 0.77 | 0.19 |
| Hex | 11 | 55 | B | 50 | 0 | 57 | 43 | 73 | 4D | 13 |
| Octal | 21 | 125 | 13 | 120 | 0 | 127 | 103 | 163 | 115 | 23 |
| Binary | 10001 | 1010101 | 1011 | 1010000 | 0 | 1010111 | 1000011 | 1110011 | 1001101 | 10011 |
Color Harmonies of #11550B
Complementary color
Monochromatic Colors of #11550B
Black with #11550B
Text Example
Text Example
White with #11550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11550B; }
p { color: rgb(17,85,11); }
H1.HeaderClassName
{
color: #11550B;
}
.AnyTagClassName
{
color: #11550B;
}
</style>
background-color css
<style>
a { background-color: #11550B; }
a { background-color: rgb(17,85,11); }
div.DivClassName
{
background-color: #11550B;
}
.BgClassName
{
background-color: #11550B;
}
</style>
border-color css
<style>
span { border-color: #11550B; }
span { border-color: rgb(17,85,11); }
td.TdClassName
{
border-color: #11550B;
}
.TagClassName
{
border-color: #11550B;
}
</style>