Shades of Myrtle #113711
Tints of Myrtle #113711
RGB
CMYK
RGB Variations
Color information
#113711 (or 0x113711) is known color: Myrtle. HEX triplet: 11, 37 and 11. RGB value is (17,55,17). Sum of RGB (Red+Green+Blue) = 17+55+17=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #113711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113711 is #EEC8EE. Grayscale: #272727. Windows color (decimal): -15649007 or 1128209. OLE color: 1128209.
HSL color Cylindrical-coordinate representation of color #113711: hue angle of 120º 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 #113711 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 17 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.78 |
| HSL | 120º | 0.53% | 0.14% | - |
| HSV(B) | 120º | 0.69% | 0.22% | - |
| XYZ | 1.7 | 2.89 | 1 | - |
| YUV | 39.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 17 | 0.69 | 0 | 0.69 | 0.78 | 120 | 0.53 | 0.14 |
| Hex | 11 | 37 | 11 | 45 | 0 | 45 | 4E | 78 | 35 | E |
| Octal | 21 | 67 | 21 | 105 | 0 | 105 | 116 | 170 | 65 | 16 |
| Binary | 10001 | 110111 | 10001 | 1000101 | 0 | 1000101 | 1001110 | 1111000 | 110101 | 1110 |
Color Harmonies of #113711
Complementary color
Monochromatic Colors of #113711
Black with #113711
Text Example
Text Example
White with #113711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113711; }
p { color: rgb(17,55,17); }
H1.HeaderClassName
{
color: #113711;
}
.AnyTagClassName
{
color: #113711;
}
</style>
background-color css
<style>
a { background-color: #113711; }
a { background-color: rgb(17,55,17); }
div.DivClassName
{
background-color: #113711;
}
.BgClassName
{
background-color: #113711;
}
</style>
border-color css
<style>
span { border-color: #113711; }
span { border-color: rgb(17,55,17); }
td.TdClassName
{
border-color: #113711;
}
.TagClassName
{
border-color: #113711;
}
</style>