Shades of Myrtle #113D15
Tints of Myrtle #113D15
RGB
CMYK
RGB Variations
Color information
#113D15 (or 0x113D15) is known color: Myrtle. HEX triplet: 11, 3D and 15. RGB value is (17,61,21). Sum of RGB (Red+Green+Blue) = 17+61+21=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 61 (24.22% from 255 or 61.62% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 61 - color contains mainly: green. Hex color #113D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D15 is #EEC2EA. Grayscale: #2B2B2B. Windows color (decimal): -15647467 or 1391889. OLE color: 1391889.
HSL color Cylindrical-coordinate representation of color #113D15: hue angle of 125.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D15 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 21 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.76 |
| HSL | 125.45º | 0.56% | 0.15% | - |
| HSV(B) | 125.45º | 0.72% | 0.24% | - |
| XYZ | 2.04 | 3.51 | 1.28 | - |
| YUV | 43.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 21 | 0.72 | 0 | 0.66 | 0.76 | 125.45 | 0.56 | 0.15 |
| Hex | 11 | 3D | 15 | 48 | 0 | 42 | 4C | 7D | 38 | F |
| Octal | 21 | 75 | 25 | 110 | 0 | 102 | 114 | 175 | 70 | 17 |
| Binary | 10001 | 111101 | 10101 | 1001000 | 0 | 1000010 | 1001100 | 1111101 | 111000 | 1111 |
Color Harmonies of #113D15
Complementary color
Monochromatic Colors of #113D15
Black with #113D15
Text Example
Text Example
White with #113D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D15; }
p { color: rgb(17,61,21); }
H1.HeaderClassName
{
color: #113D15;
}
.AnyTagClassName
{
color: #113D15;
}
</style>
background-color css
<style>
a { background-color: #113D15; }
a { background-color: rgb(17,61,21); }
div.DivClassName
{
background-color: #113D15;
}
.BgClassName
{
background-color: #113D15;
}
</style>
border-color css
<style>
span { border-color: #113D15; }
span { border-color: rgb(17,61,21); }
td.TdClassName
{
border-color: #113D15;
}
.TagClassName
{
border-color: #113D15;
}
</style>