Shades of Myrtle #113A11
Tints of Myrtle #113A11
RGB
CMYK
RGB Variations
Color information
#113A11 (or 0x113A11) is known color: Myrtle. HEX triplet: 11, 3A and 11. RGB value is (17,58,17). Sum of RGB (Red+Green+Blue) = 17+58+17=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #113A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113A11 is #EEC5EE. Grayscale: #292929. Windows color (decimal): -15648239 or 1128977. OLE color: 1128977.
HSL color Cylindrical-coordinate representation of color #113A11: hue angle of 120º 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 #113A11 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 58 | 17 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.77 |
| HSL | 120º | 0.55% | 0.15% | - |
| HSV(B) | 120º | 0.71% | 0.23% | - |
| XYZ | 1.85 | 3.19 | 1.05 | - |
| YUV | 41.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 17 | 0.71 | 0 | 0.71 | 0.77 | 120 | 0.55 | 0.15 |
| Hex | 11 | 3A | 11 | 47 | 0 | 47 | 4D | 78 | 37 | F |
| Octal | 21 | 72 | 21 | 107 | 0 | 107 | 115 | 170 | 67 | 17 |
| Binary | 10001 | 111010 | 10001 | 1000111 | 0 | 1000111 | 1001101 | 1111000 | 110111 | 1111 |
Color Harmonies of #113A11
Complementary color
Monochromatic Colors of #113A11
Black with #113A11
Text Example
Text Example
White with #113A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A11; }
p { color: rgb(17,58,17); }
H1.HeaderClassName
{
color: #113A11;
}
.AnyTagClassName
{
color: #113A11;
}
</style>
background-color css
<style>
a { background-color: #113A11; }
a { background-color: rgb(17,58,17); }
div.DivClassName
{
background-color: #113A11;
}
.BgClassName
{
background-color: #113A11;
}
</style>
border-color css
<style>
span { border-color: #113A11; }
span { border-color: rgb(17,58,17); }
td.TdClassName
{
border-color: #113A11;
}
.TagClassName
{
border-color: #113A11;
}
</style>