Shades of Myrtle #115205
Tints of Myrtle #115205
RGB
CMYK
RGB Variations
Color information
#115205 (or 0x115205) is known color: Myrtle. HEX triplet: 11, 52 and 05. RGB value is (17,82,5). Sum of RGB (Red+Green+Blue) = 17+82+5=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #115205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115205 is #EEADFA. Grayscale: #363636. Windows color (decimal): -15642107 or 348689. OLE color: 348689.
HSL color Cylindrical-coordinate representation of color #115205: hue angle of 110.65º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #115205 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 5 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.68 |
| HSL | 110.65º | 0.89% | 0.17% | - |
| HSV(B) | 110.65º | 0.94% | 0.32% | - |
| XYZ | 3.28 | 6.16 | 1.16 | - |
| YUV | 53.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 5 | 0.79 | 0 | 0.94 | 0.68 | 110.65 | 0.89 | 0.17 |
| Hex | 11 | 52 | 5 | 4F | 0 | 5E | 44 | 6F | 59 | 11 |
| Octal | 21 | 122 | 5 | 117 | 0 | 136 | 104 | 157 | 131 | 21 |
| Binary | 10001 | 1010010 | 101 | 1001111 | 0 | 1011110 | 1000100 | 1101111 | 1011001 | 10001 |
Color Harmonies of #115205
Complementary color
Monochromatic Colors of #115205
Black with #115205
Text Example
Text Example
White with #115205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115205; }
p { color: rgb(17,82,5); }
H1.HeaderClassName
{
color: #115205;
}
.AnyTagClassName
{
color: #115205;
}
</style>
background-color css
<style>
a { background-color: #115205; }
a { background-color: rgb(17,82,5); }
div.DivClassName
{
background-color: #115205;
}
.BgClassName
{
background-color: #115205;
}
</style>
border-color css
<style>
span { border-color: #115205; }
span { border-color: rgb(17,82,5); }
td.TdClassName
{
border-color: #115205;
}
.TagClassName
{
border-color: #115205;
}
</style>