Shades of Myrtle #115913
Tints of Myrtle #115913
RGB
CMYK
RGB Variations
Color information
#115913 (or 0x115913) is known color: Myrtle. HEX triplet: 11, 59 and 13. RGB value is (17,89,19). Sum of RGB (Red+Green+Blue) = 17+89+19=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 89 (35.16% from 255 or 71.2% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 89 - color contains mainly: green. Hex color #115913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115913 is #EEA6EC. Grayscale: #3B3B3B. Windows color (decimal): -15640301 or 1267985. OLE color: 1267985.
HSL color Cylindrical-coordinate representation of color #115913: hue angle of 121.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115913 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 19 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.65 |
| HSL | 121.67º | 0.68% | 0.21% | - |
| HSV(B) | 121.67º | 0.81% | 0.35% | - |
| XYZ | 3.92 | 7.31 | 1.82 | - |
| YUV | 59.49 | 105.15 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 19 | 0.81 | 0 | 0.79 | 0.65 | 121.67 | 0.68 | 0.21 |
| Hex | 11 | 59 | 13 | 51 | 0 | 4F | 41 | 7A | 44 | 15 |
| Octal | 21 | 131 | 23 | 121 | 0 | 117 | 101 | 172 | 104 | 25 |
| Binary | 10001 | 1011001 | 10011 | 1010001 | 0 | 1001111 | 1000001 | 1111010 | 1000100 | 10101 |
Color Harmonies of #115913
Complementary color
Monochromatic Colors of #115913
Black with #115913
Text Example
Text Example
White with #115913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115913; }
p { color: rgb(17,89,19); }
H1.HeaderClassName
{
color: #115913;
}
.AnyTagClassName
{
color: #115913;
}
</style>
background-color css
<style>
a { background-color: #115913; }
a { background-color: rgb(17,89,19); }
div.DivClassName
{
background-color: #115913;
}
.BgClassName
{
background-color: #115913;
}
</style>
border-color css
<style>
span { border-color: #115913; }
span { border-color: rgb(17,89,19); }
td.TdClassName
{
border-color: #115913;
}
.TagClassName
{
border-color: #115913;
}
</style>