Shades of Myrtle #113A15
Tints of Myrtle #113A15
RGB
CMYK
RGB Variations
Color information
#113A15 (or 0x113A15) is known color: Myrtle. HEX triplet: 11, 3A and 15. RGB value is (17,58,21). Sum of RGB (Red+Green+Blue) = 17+58+21=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #113A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113A15 is #EEC5EA. Grayscale: #292929. Windows color (decimal): -15648235 or 1391121. OLE color: 1391121.
HSL color Cylindrical-coordinate representation of color #113A15: hue angle of 125.85º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A15 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 58 | 21 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.77 |
| HSL | 125.85º | 0.55% | 0.15% | - |
| HSV(B) | 125.85º | 0.71% | 0.23% | - |
| XYZ | 1.88 | 3.2 | 1.23 | - |
| YUV | 41.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 21 | 0.71 | 0 | 0.64 | 0.77 | 125.85 | 0.55 | 0.15 |
| Hex | 11 | 3A | 15 | 47 | 0 | 40 | 4D | 7E | 37 | F |
| Octal | 21 | 72 | 25 | 107 | 0 | 100 | 115 | 176 | 67 | 17 |
| Binary | 10001 | 111010 | 10101 | 1000111 | 0 | 1000000 | 1001101 | 1111110 | 110111 | 1111 |
Color Harmonies of #113A15
Complementary color
Monochromatic Colors of #113A15
Black with #113A15
Text Example
Text Example
White with #113A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A15; }
p { color: rgb(17,58,21); }
H1.HeaderClassName
{
color: #113A15;
}
.AnyTagClassName
{
color: #113A15;
}
</style>
background-color css
<style>
a { background-color: #113A15; }
a { background-color: rgb(17,58,21); }
div.DivClassName
{
background-color: #113A15;
}
.BgClassName
{
background-color: #113A15;
}
</style>
border-color css
<style>
span { border-color: #113A15; }
span { border-color: rgb(17,58,21); }
td.TdClassName
{
border-color: #113A15;
}
.TagClassName
{
border-color: #113A15;
}
</style>