Shades of Myrtle #115D17
Tints of Myrtle #115D17
RGB
CMYK
RGB Variations
Color information
#115D17 (or 0x115D17) is known color: Myrtle. HEX triplet: 11, 5D and 17. RGB value is (17,93,23). Sum of RGB (Red+Green+Blue) = 17+93+23=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #115D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D17 is #EEA2E8. Grayscale: #3E3E3E. Windows color (decimal): -15639273 or 1531153. OLE color: 1531153.
HSL color Cylindrical-coordinate representation of color #115D17: hue angle of 124.74º 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 #115D17 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 93 | 23 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.64 |
| HSL | 124.74º | 0.69% | 0.22% | - |
| HSV(B) | 124.74º | 0.82% | 0.36% | - |
| XYZ | 4.3 | 8.01 | 2.13 | - |
| YUV | 62.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 23 | 0.82 | 0 | 0.75 | 0.64 | 124.74 | 0.69 | 0.22 |
| Hex | 11 | 5D | 17 | 52 | 0 | 4B | 40 | 7D | 45 | 16 |
| Octal | 21 | 135 | 27 | 122 | 0 | 113 | 100 | 175 | 105 | 26 |
| Binary | 10001 | 1011101 | 10111 | 1010010 | 0 | 1001011 | 1000000 | 1111101 | 1000101 | 10110 |
Color Harmonies of #115D17
Complementary color
Monochromatic Colors of #115D17
Black with #115D17
Text Example
Text Example
White with #115D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D17; }
p { color: rgb(17,93,23); }
H1.HeaderClassName
{
color: #115D17;
}
.AnyTagClassName
{
color: #115D17;
}
</style>
background-color css
<style>
a { background-color: #115D17; }
a { background-color: rgb(17,93,23); }
div.DivClassName
{
background-color: #115D17;
}
.BgClassName
{
background-color: #115D17;
}
</style>
border-color css
<style>
span { border-color: #115D17; }
span { border-color: rgb(17,93,23); }
td.TdClassName
{
border-color: #115D17;
}
.TagClassName
{
border-color: #115D17;
}
</style>