Shades of Myrtle #115B18
Tints of Myrtle #115B18
RGB
CMYK
RGB Variations
Color information
#115B18 (or 0x115B18) is known color: Myrtle. HEX triplet: 11, 5B and 18. RGB value is (17,91,24). Sum of RGB (Red+Green+Blue) = 17+91+24=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #115B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B18 is #EEA4E7. Grayscale: #3D3D3D. Windows color (decimal): -15639784 or 1596177. OLE color: 1596177.
HSL color Cylindrical-coordinate representation of color #115B18: hue angle of 125.68º 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 #115B18 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 24 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.64 |
| HSL | 125.68º | 0.69% | 0.21% | - |
| HSV(B) | 125.68º | 0.81% | 0.36% | - |
| XYZ | 4.14 | 7.67 | 2.13 | - |
| YUV | 61.24 | 106.98 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 24 | 0.81 | 0 | 0.74 | 0.64 | 125.68 | 0.69 | 0.21 |
| Hex | 11 | 5B | 18 | 51 | 0 | 4A | 40 | 7E | 45 | 15 |
| Octal | 21 | 133 | 30 | 121 | 0 | 112 | 100 | 176 | 105 | 25 |
| Binary | 10001 | 1011011 | 11000 | 1010001 | 0 | 1001010 | 1000000 | 1111110 | 1000101 | 10101 |
Color Harmonies of #115B18
Complementary color
Monochromatic Colors of #115B18
Black with #115B18
Text Example
Text Example
White with #115B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B18; }
p { color: rgb(17,91,24); }
H1.HeaderClassName
{
color: #115B18;
}
.AnyTagClassName
{
color: #115B18;
}
</style>
background-color css
<style>
a { background-color: #115B18; }
a { background-color: rgb(17,91,24); }
div.DivClassName
{
background-color: #115B18;
}
.BgClassName
{
background-color: #115B18;
}
</style>
border-color css
<style>
span { border-color: #115B18; }
span { border-color: rgb(17,91,24); }
td.TdClassName
{
border-color: #115B18;
}
.TagClassName
{
border-color: #115B18;
}
</style>