Shades of Myrtle #113715
Tints of Myrtle #113715
RGB
CMYK
RGB Variations
Color information
#113715 (or 0x113715) is known color: Myrtle. HEX triplet: 11, 37 and 15. RGB value is (17,55,21). Sum of RGB (Red+Green+Blue) = 17+55+21=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #113715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113715 is #EEC8EA. Grayscale: #272727. Windows color (decimal): -15649003 or 1390353. OLE color: 1390353.
HSL color Cylindrical-coordinate representation of color #113715: hue angle of 126.32º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113715 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 21 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.78 |
| HSL | 126.32º | 0.53% | 0.14% | - |
| HSV(B) | 126.32º | 0.69% | 0.22% | - |
| XYZ | 1.73 | 2.91 | 1.18 | - |
| YUV | 39.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 21 | 0.69 | 0 | 0.62 | 0.78 | 126.32 | 0.53 | 0.14 |
| Hex | 11 | 37 | 15 | 45 | 0 | 3E | 4E | 7E | 35 | E |
| Octal | 21 | 67 | 25 | 105 | 0 | 76 | 116 | 176 | 65 | 16 |
| Binary | 10001 | 110111 | 10101 | 1000101 | 0 | 111110 | 1001110 | 1111110 | 110101 | 1110 |
Color Harmonies of #113715
Complementary color
Monochromatic Colors of #113715
Black with #113715
Text Example
Text Example
White with #113715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113715; }
p { color: rgb(17,55,21); }
H1.HeaderClassName
{
color: #113715;
}
.AnyTagClassName
{
color: #113715;
}
</style>
background-color css
<style>
a { background-color: #113715; }
a { background-color: rgb(17,55,21); }
div.DivClassName
{
background-color: #113715;
}
.BgClassName
{
background-color: #113715;
}
</style>
border-color css
<style>
span { border-color: #113715; }
span { border-color: rgb(17,55,21); }
td.TdClassName
{
border-color: #113715;
}
.TagClassName
{
border-color: #113715;
}
</style>