Shades of Myrtle #115814
Tints of Myrtle #115814
RGB
CMYK
RGB Variations
Color information
#115814 (or 0x115814) is known color: Myrtle. HEX triplet: 11, 58 and 14. RGB value is (17,88,20). Sum of RGB (Red+Green+Blue) = 17+88+20=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #115814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115814 is #EEA7EB. Grayscale: #3B3B3B. Windows color (decimal): -15640556 or 1333265. OLE color: 1333265.
HSL color Cylindrical-coordinate representation of color #115814: hue angle of 122.54º 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 #115814 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 88 | 20 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.65 |
| HSL | 122.54º | 0.68% | 0.21% | - |
| HSV(B) | 122.54º | 0.81% | 0.35% | - |
| XYZ | 3.85 | 7.15 | 1.84 | - |
| YUV | 59.02 | 105.98 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 20 | 0.81 | 0 | 0.77 | 0.65 | 122.54 | 0.68 | 0.21 |
| Hex | 11 | 58 | 14 | 51 | 0 | 4D | 41 | 7B | 44 | 15 |
| Octal | 21 | 130 | 24 | 121 | 0 | 115 | 101 | 173 | 104 | 25 |
| Binary | 10001 | 1011000 | 10100 | 1010001 | 0 | 1001101 | 1000001 | 1111011 | 1000100 | 10101 |
Color Harmonies of #115814
Complementary color
Monochromatic Colors of #115814
Black with #115814
Text Example
Text Example
White with #115814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115814; }
p { color: rgb(17,88,20); }
H1.HeaderClassName
{
color: #115814;
}
.AnyTagClassName
{
color: #115814;
}
</style>
background-color css
<style>
a { background-color: #115814; }
a { background-color: rgb(17,88,20); }
div.DivClassName
{
background-color: #115814;
}
.BgClassName
{
background-color: #115814;
}
</style>
border-color css
<style>
span { border-color: #115814; }
span { border-color: rgb(17,88,20); }
td.TdClassName
{
border-color: #115814;
}
.TagClassName
{
border-color: #115814;
}
</style>