Shades of Myrtle #115811
Tints of Myrtle #115811
RGB
CMYK
RGB Variations
Color information
#115811 (or 0x115811) is known color: Myrtle. HEX triplet: 11, 58 and 11. RGB value is (17,88,17). Sum of RGB (Red+Green+Blue) = 17+88+17=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 88 (34.77% from 255 or 72.13% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 88 - color contains mainly: green. Hex color #115811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115811 is #EEA7EE. Grayscale: #3A3A3A. Windows color (decimal): -15640559 or 1136657. OLE color: 1136657.
HSL color Cylindrical-coordinate representation of color #115811: hue angle of 120º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115811 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 88 | 17 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.65 |
| HSL | 120º | 0.68% | 0.21% | - |
| HSV(B) | 120º | 0.81% | 0.35% | - |
| XYZ | 3.82 | 7.14 | 1.71 | - |
| YUV | 58.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 17 | 0.81 | 0 | 0.81 | 0.65 | 120 | 0.68 | 0.21 |
| Hex | 11 | 58 | 11 | 51 | 0 | 51 | 41 | 78 | 44 | 15 |
| Octal | 21 | 130 | 21 | 121 | 0 | 121 | 101 | 170 | 104 | 25 |
| Binary | 10001 | 1011000 | 10001 | 1010001 | 0 | 1010001 | 1000001 | 1111000 | 1000100 | 10101 |
Color Harmonies of #115811
Complementary color
Monochromatic Colors of #115811
Black with #115811
Text Example
Text Example
White with #115811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115811; }
p { color: rgb(17,88,17); }
H1.HeaderClassName
{
color: #115811;
}
.AnyTagClassName
{
color: #115811;
}
</style>
background-color css
<style>
a { background-color: #115811; }
a { background-color: rgb(17,88,17); }
div.DivClassName
{
background-color: #115811;
}
.BgClassName
{
background-color: #115811;
}
</style>
border-color css
<style>
span { border-color: #115811; }
span { border-color: rgb(17,88,17); }
td.TdClassName
{
border-color: #115811;
}
.TagClassName
{
border-color: #115811;
}
</style>