Shades of Myrtle #115B13
Tints of Myrtle #115B13
RGB
CMYK
RGB Variations
Color information
#115B13 (or 0x115B13) is known color: Myrtle. HEX triplet: 11, 5B and 13. RGB value is (17,91,19). Sum of RGB (Red+Green+Blue) = 17+91+19=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 91 (35.94% from 255 or 71.65% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 91 - color contains mainly: green. Hex color #115B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B13 is #EEA4EC. Grayscale: #3C3C3C. Windows color (decimal): -15639789 or 1268497. OLE color: 1268497.
HSL color Cylindrical-coordinate representation of color #115B13: hue angle of 121.62º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B13 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 19 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.64 |
| HSL | 121.62º | 0.69% | 0.21% | - |
| HSV(B) | 121.62º | 0.81% | 0.36% | - |
| XYZ | 4.09 | 7.65 | 1.88 | - |
| YUV | 60.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 19 | 0.81 | 0 | 0.79 | 0.64 | 121.62 | 0.69 | 0.21 |
| Hex | 11 | 5B | 13 | 51 | 0 | 4F | 40 | 7A | 45 | 15 |
| Octal | 21 | 133 | 23 | 121 | 0 | 117 | 100 | 172 | 105 | 25 |
| Binary | 10001 | 1011011 | 10011 | 1010001 | 0 | 1001111 | 1000000 | 1111010 | 1000101 | 10101 |
Color Harmonies of #115B13
Complementary color
Monochromatic Colors of #115B13
Black with #115B13
Text Example
Text Example
White with #115B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B13; }
p { color: rgb(17,91,19); }
H1.HeaderClassName
{
color: #115B13;
}
.AnyTagClassName
{
color: #115B13;
}
</style>
background-color css
<style>
a { background-color: #115B13; }
a { background-color: rgb(17,91,19); }
div.DivClassName
{
background-color: #115B13;
}
.BgClassName
{
background-color: #115B13;
}
</style>
border-color css
<style>
span { border-color: #115B13; }
span { border-color: rgb(17,91,19); }
td.TdClassName
{
border-color: #115B13;
}
.TagClassName
{
border-color: #115B13;
}
</style>