Shades of Myrtle #113B0D
Tints of Myrtle #113B0D
RGB
CMYK
RGB Variations
Color information
#113B0D (or 0x113B0D) is known color: Myrtle. HEX triplet: 11, 3B and 0D. RGB value is (17,59,13). Sum of RGB (Red+Green+Blue) = 17+59+13=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #113B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113B0D is #EEC4F2. Grayscale: #292929. Windows color (decimal): -15647987 or 867089. OLE color: 867089.
HSL color Cylindrical-coordinate representation of color #113B0D: hue angle of 114.78º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #113B0D is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 13 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.77 |
| HSL | 114.78º | 0.64% | 0.14% | - |
| HSV(B) | 114.78º | 0.78% | 0.23% | - |
| XYZ | 1.87 | 3.28 | 0.91 | - |
| YUV | 41.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 13 | 0.71 | 0 | 0.78 | 0.77 | 114.78 | 0.64 | 0.14 |
| Hex | 11 | 3B | D | 47 | 0 | 4E | 4D | 73 | 40 | E |
| Octal | 21 | 73 | 15 | 107 | 0 | 116 | 115 | 163 | 100 | 16 |
| Binary | 10001 | 111011 | 1101 | 1000111 | 0 | 1001110 | 1001101 | 1110011 | 1000000 | 1110 |
Color Harmonies of #113B0D
Complementary color
Monochromatic Colors of #113B0D
Black with #113B0D
Text Example
Text Example
White with #113B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B0D; }
p { color: rgb(17,59,13); }
H1.HeaderClassName
{
color: #113B0D;
}
.AnyTagClassName
{
color: #113B0D;
}
</style>
background-color css
<style>
a { background-color: #113B0D; }
a { background-color: rgb(17,59,13); }
div.DivClassName
{
background-color: #113B0D;
}
.BgClassName
{
background-color: #113B0D;
}
</style>
border-color css
<style>
span { border-color: #113B0D; }
span { border-color: rgb(17,59,13); }
td.TdClassName
{
border-color: #113B0D;
}
.TagClassName
{
border-color: #113B0D;
}
</style>