Shades of Myrtle #115215
Tints of Myrtle #115215
RGB
CMYK
RGB Variations
Color information
#115215 (or 0x115215) is known color: Myrtle. HEX triplet: 11, 52 and 15. RGB value is (17,82,21). Sum of RGB (Red+Green+Blue) = 17+82+21=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #115215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115215 is #EEADEA. Grayscale: #373737. Windows color (decimal): -15642091 or 1397265. OLE color: 1397265.
HSL color Cylindrical-coordinate representation of color #115215: hue angle of 123.69º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115215 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 21 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.68 |
| HSL | 123.69º | 0.66% | 0.19% | - |
| HSV(B) | 123.69º | 0.79% | 0.32% | - |
| XYZ | 3.38 | 6.21 | 1.73 | - |
| YUV | 55.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 21 | 0.79 | 0 | 0.74 | 0.68 | 123.69 | 0.66 | 0.19 |
| Hex | 11 | 52 | 15 | 4F | 0 | 4A | 44 | 7C | 42 | 13 |
| Octal | 21 | 122 | 25 | 117 | 0 | 112 | 104 | 174 | 102 | 23 |
| Binary | 10001 | 1010010 | 10101 | 1001111 | 0 | 1001010 | 1000100 | 1111100 | 1000010 | 10011 |
Color Harmonies of #115215
Complementary color
Monochromatic Colors of #115215
Black with #115215
Text Example
Text Example
White with #115215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115215; }
p { color: rgb(17,82,21); }
H1.HeaderClassName
{
color: #115215;
}
.AnyTagClassName
{
color: #115215;
}
</style>
background-color css
<style>
a { background-color: #115215; }
a { background-color: rgb(17,82,21); }
div.DivClassName
{
background-color: #115215;
}
.BgClassName
{
background-color: #115215;
}
</style>
border-color css
<style>
span { border-color: #115215; }
span { border-color: rgb(17,82,21); }
td.TdClassName
{
border-color: #115215;
}
.TagClassName
{
border-color: #115215;
}
</style>