Shades of Myrtle #113709
Tints of Myrtle #113709
RGB
CMYK
RGB Variations
Color information
#113709 (or 0x113709) is known color: Myrtle. HEX triplet: 11, 37 and 09. RGB value is (17,55,9). Sum of RGB (Red+Green+Blue) = 17+55+9=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #113709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113709 is #EEC8F6. Grayscale: #262626. Windows color (decimal): -15649015 or 603921. OLE color: 603921.
HSL color Cylindrical-coordinate representation of color #113709: hue angle of 109.57º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113709 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 9 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.78 |
| HSL | 109.57º | 0.72% | 0.13% | - |
| HSV(B) | 109.57º | 0.84% | 0.22% | - |
| XYZ | 1.65 | 2.87 | 0.73 | - |
| YUV | 38.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 9 | 0.69 | 0 | 0.84 | 0.78 | 109.57 | 0.72 | 0.13 |
| Hex | 11 | 37 | 9 | 45 | 0 | 54 | 4E | 6E | 48 | D |
| Octal | 21 | 67 | 11 | 105 | 0 | 124 | 116 | 156 | 110 | 15 |
| Binary | 10001 | 110111 | 1001 | 1000101 | 0 | 1010100 | 1001110 | 1101110 | 1001000 | 1101 |
Color Harmonies of #113709
Complementary color
Monochromatic Colors of #113709
Black with #113709
Text Example
Text Example
White with #113709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113709; }
p { color: rgb(17,55,9); }
H1.HeaderClassName
{
color: #113709;
}
.AnyTagClassName
{
color: #113709;
}
</style>
background-color css
<style>
a { background-color: #113709; }
a { background-color: rgb(17,55,9); }
div.DivClassName
{
background-color: #113709;
}
.BgClassName
{
background-color: #113709;
}
</style>
border-color css
<style>
span { border-color: #113709; }
span { border-color: rgb(17,55,9); }
td.TdClassName
{
border-color: #113709;
}
.TagClassName
{
border-color: #113709;
}
</style>