Shades of Myrtle #115210
Tints of Myrtle #115210
RGB
CMYK
RGB Variations
Color information
#115210 (or 0x115210) is known color: Myrtle. HEX triplet: 11, 52 and 10. RGB value is (17,82,16). Sum of RGB (Red+Green+Blue) = 17+82+16=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #115210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115210 is #EEADEF. Grayscale: #373737. Windows color (decimal): -15642096 or 1069585. OLE color: 1069585.
HSL color Cylindrical-coordinate representation of color #115210: hue angle of 119.09º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115210 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 16 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.68 |
| HSL | 119.09º | 0.67% | 0.19% | - |
| HSV(B) | 119.09º | 0.8% | 0.32% | - |
| XYZ | 3.34 | 6.19 | 1.51 | - |
| YUV | 55.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 16 | 0.79 | 0 | 0.80 | 0.68 | 119.09 | 0.67 | 0.19 |
| Hex | 11 | 52 | 10 | 4F | 0 | 50 | 44 | 77 | 43 | 13 |
| Octal | 21 | 122 | 20 | 117 | 0 | 120 | 104 | 167 | 103 | 23 |
| Binary | 10001 | 1010010 | 10000 | 1001111 | 0 | 1010000 | 1000100 | 1110111 | 1000011 | 10011 |
Color Harmonies of #115210
Complementary color
Monochromatic Colors of #115210
Black with #115210
Text Example
Text Example
White with #115210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115210; }
p { color: rgb(17,82,16); }
H1.HeaderClassName
{
color: #115210;
}
.AnyTagClassName
{
color: #115210;
}
</style>
background-color css
<style>
a { background-color: #115210; }
a { background-color: rgb(17,82,16); }
div.DivClassName
{
background-color: #115210;
}
.BgClassName
{
background-color: #115210;
}
</style>
border-color css
<style>
span { border-color: #115210; }
span { border-color: rgb(17,82,16); }
td.TdClassName
{
border-color: #115210;
}
.TagClassName
{
border-color: #115210;
}
</style>