Shades of Myrtle #115509
Tints of Myrtle #115509
RGB
CMYK
RGB Variations
Color information
#115509 (or 0x115509) is known color: Myrtle. HEX triplet: 11, 55 and 09. RGB value is (17,85,9). Sum of RGB (Red+Green+Blue) = 17+85+9=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #115509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115509 is #EEAAF6. Grayscale: #383838. Windows color (decimal): -15641335 or 611601. OLE color: 611601.
HSL color Cylindrical-coordinate representation of color #115509: hue angle of 113.68º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115509 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 85 | 9 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.67 |
| HSL | 113.68º | 0.81% | 0.18% | - |
| HSV(B) | 113.68º | 0.89% | 0.33% | - |
| XYZ | 3.53 | 6.64 | 1.35 | - |
| YUV | 56 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 9 | 0.80 | 0 | 0.89 | 0.67 | 113.68 | 0.81 | 0.18 |
| Hex | 11 | 55 | 9 | 50 | 0 | 59 | 43 | 72 | 51 | 12 |
| Octal | 21 | 125 | 11 | 120 | 0 | 131 | 103 | 162 | 121 | 22 |
| Binary | 10001 | 1010101 | 1001 | 1010000 | 0 | 1011001 | 1000011 | 1110010 | 1010001 | 10010 |
Color Harmonies of #115509
Complementary color
Monochromatic Colors of #115509
Black with #115509
Text Example
Text Example
White with #115509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115509; }
p { color: rgb(17,85,9); }
H1.HeaderClassName
{
color: #115509;
}
.AnyTagClassName
{
color: #115509;
}
</style>
background-color css
<style>
a { background-color: #115509; }
a { background-color: rgb(17,85,9); }
div.DivClassName
{
background-color: #115509;
}
.BgClassName
{
background-color: #115509;
}
</style>
border-color css
<style>
span { border-color: #115509; }
span { border-color: rgb(17,85,9); }
td.TdClassName
{
border-color: #115509;
}
.TagClassName
{
border-color: #115509;
}
</style>