Shades of Myrtle #113B13
Tints of Myrtle #113B13
RGB
CMYK
RGB Variations
Color information
#113B13 (or 0x113B13) is known color: Myrtle. HEX triplet: 11, 3B and 13. RGB value is (17,59,19). Sum of RGB (Red+Green+Blue) = 17+59+19=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 59 (23.44% from 255 or 62.11% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 59 - color contains mainly: green. Hex color #113B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113B13 is #EEC4EC. Grayscale: #2A2A2A. Windows color (decimal): -15647981 or 1260305. OLE color: 1260305.
HSL color Cylindrical-coordinate representation of color #113B13: hue angle of 122.86º 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 #113B13 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 19 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.77 |
| HSL | 122.86º | 0.55% | 0.15% | - |
| HSV(B) | 122.86º | 0.71% | 0.23% | - |
| XYZ | 1.91 | 3.29 | 1.15 | - |
| YUV | 41.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 19 | 0.71 | 0 | 0.68 | 0.77 | 122.86 | 0.55 | 0.15 |
| Hex | 11 | 3B | 13 | 47 | 0 | 44 | 4D | 7B | 37 | F |
| Octal | 21 | 73 | 23 | 107 | 0 | 104 | 115 | 173 | 67 | 17 |
| Binary | 10001 | 111011 | 10011 | 1000111 | 0 | 1000100 | 1001101 | 1111011 | 110111 | 1111 |
Color Harmonies of #113B13
Complementary color
Monochromatic Colors of #113B13
Black with #113B13
Text Example
Text Example
White with #113B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B13; }
p { color: rgb(17,59,19); }
H1.HeaderClassName
{
color: #113B13;
}
.AnyTagClassName
{
color: #113B13;
}
</style>
background-color css
<style>
a { background-color: #113B13; }
a { background-color: rgb(17,59,19); }
div.DivClassName
{
background-color: #113B13;
}
.BgClassName
{
background-color: #113B13;
}
</style>
border-color css
<style>
span { border-color: #113B13; }
span { border-color: rgb(17,59,19); }
td.TdClassName
{
border-color: #113B13;
}
.TagClassName
{
border-color: #113B13;
}
</style>