Shades of Myrtle #11520E
Tints of Myrtle #11520E
RGB
CMYK
RGB Variations
Color information
#11520E (or 0x11520E) is known color: Myrtle. HEX triplet: 11, 52 and 0E. RGB value is (17,82,14). Sum of RGB (Red+Green+Blue) = 17+82+14=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #11520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11520E is #EEADF1. Grayscale: #373737. Windows color (decimal): -15642098 or 938513. OLE color: 938513.
HSL color Cylindrical-coordinate representation of color #11520E: hue angle of 117.35º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11520E is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 14 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.68 |
| HSL | 117.35º | 0.71% | 0.19% | - |
| HSV(B) | 117.35º | 0.83% | 0.32% | - |
| XYZ | 3.33 | 6.19 | 1.43 | - |
| YUV | 54.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 14 | 0.79 | 0 | 0.83 | 0.68 | 117.35 | 0.71 | 0.19 |
| Hex | 11 | 52 | E | 4F | 0 | 53 | 44 | 75 | 47 | 13 |
| Octal | 21 | 122 | 16 | 117 | 0 | 123 | 104 | 165 | 107 | 23 |
| Binary | 10001 | 1010010 | 1110 | 1001111 | 0 | 1010011 | 1000100 | 1110101 | 1000111 | 10011 |
Color Harmonies of #11520E
Complementary color
Monochromatic Colors of #11520E
Black with #11520E
Text Example
Text Example
White with #11520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11520E; }
p { color: rgb(17,82,14); }
H1.HeaderClassName
{
color: #11520E;
}
.AnyTagClassName
{
color: #11520E;
}
</style>
background-color css
<style>
a { background-color: #11520E; }
a { background-color: rgb(17,82,14); }
div.DivClassName
{
background-color: #11520E;
}
.BgClassName
{
background-color: #11520E;
}
</style>
border-color css
<style>
span { border-color: #11520E; }
span { border-color: rgb(17,82,14); }
td.TdClassName
{
border-color: #11520E;
}
.TagClassName
{
border-color: #11520E;
}
</style>