Shades of Myrtle #115D13
Tints of Myrtle #115D13
RGB
CMYK
RGB Variations
Color information
#115D13 (or 0x115D13) is known color: Myrtle. HEX triplet: 11, 5D and 13. RGB value is (17,93,19). Sum of RGB (Red+Green+Blue) = 17+93+19=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 93 (36.72% from 255 or 72.09% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 93 - color contains mainly: green. Hex color #115D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D13 is #EEA2EC. Grayscale: #3E3E3E. Windows color (decimal): -15639277 or 1269009. OLE color: 1269009.
HSL color Cylindrical-coordinate representation of color #115D13: hue angle of 121.58º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115D13 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 93 | 19 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.64 |
| HSL | 121.58º | 0.69% | 0.22% | - |
| HSV(B) | 121.58º | 0.82% | 0.36% | - |
| XYZ | 4.26 | 7.99 | 1.93 | - |
| YUV | 61.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 19 | 0.82 | 0 | 0.80 | 0.64 | 121.58 | 0.69 | 0.22 |
| Hex | 11 | 5D | 13 | 52 | 0 | 50 | 40 | 7A | 45 | 16 |
| Octal | 21 | 135 | 23 | 122 | 0 | 120 | 100 | 172 | 105 | 26 |
| Binary | 10001 | 1011101 | 10011 | 1010010 | 0 | 1010000 | 1000000 | 1111010 | 1000101 | 10110 |
Color Harmonies of #115D13
Complementary color
Monochromatic Colors of #115D13
Black with #115D13
Text Example
Text Example
White with #115D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D13; }
p { color: rgb(17,93,19); }
H1.HeaderClassName
{
color: #115D13;
}
.AnyTagClassName
{
color: #115D13;
}
</style>
background-color css
<style>
a { background-color: #115D13; }
a { background-color: rgb(17,93,19); }
div.DivClassName
{
background-color: #115D13;
}
.BgClassName
{
background-color: #115D13;
}
</style>
border-color css
<style>
span { border-color: #115D13; }
span { border-color: rgb(17,93,19); }
td.TdClassName
{
border-color: #115D13;
}
.TagClassName
{
border-color: #115D13;
}
</style>