Shades of Myrtle #115C17
Tints of Myrtle #115C17
RGB
CMYK
RGB Variations
Color information
#115C17 (or 0x115C17) is known color: Myrtle. HEX triplet: 11, 5C and 17. RGB value is (17,92,23). Sum of RGB (Red+Green+Blue) = 17+92+23=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #115C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115C17 is #EEA3E8. Grayscale: #3D3D3D. Windows color (decimal): -15639529 or 1530897. OLE color: 1530897.
HSL color Cylindrical-coordinate representation of color #115C17: hue angle of 124.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C17 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 23 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.64 |
| HSL | 124.8º | 0.69% | 0.21% | - |
| HSV(B) | 124.8º | 0.82% | 0.36% | - |
| XYZ | 4.21 | 7.84 | 2.1 | - |
| YUV | 61.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 23 | 0.82 | 0 | 0.75 | 0.64 | 124.8 | 0.69 | 0.21 |
| Hex | 11 | 5C | 17 | 52 | 0 | 4B | 40 | 7D | 45 | 15 |
| Octal | 21 | 134 | 27 | 122 | 0 | 113 | 100 | 175 | 105 | 25 |
| Binary | 10001 | 1011100 | 10111 | 1010010 | 0 | 1001011 | 1000000 | 1111101 | 1000101 | 10101 |
Color Harmonies of #115C17
Complementary color
Monochromatic Colors of #115C17
Black with #115C17
Text Example
Text Example
White with #115C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C17; }
p { color: rgb(17,92,23); }
H1.HeaderClassName
{
color: #115C17;
}
.AnyTagClassName
{
color: #115C17;
}
</style>
background-color css
<style>
a { background-color: #115C17; }
a { background-color: rgb(17,92,23); }
div.DivClassName
{
background-color: #115C17;
}
.BgClassName
{
background-color: #115C17;
}
</style>
border-color css
<style>
span { border-color: #115C17; }
span { border-color: rgb(17,92,23); }
td.TdClassName
{
border-color: #115C17;
}
.TagClassName
{
border-color: #115C17;
}
</style>