Shades of Myrtle #113909
Tints of Myrtle #113909
RGB
CMYK
RGB Variations
Color information
#113909 (or 0x113909) is known color: Myrtle. HEX triplet: 11, 39 and 09. RGB value is (17,57,9). Sum of RGB (Red+Green+Blue) = 17+57+9=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #113909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113909 is #EEC6F6. Grayscale: #272727. Windows color (decimal): -15648503 or 604433. OLE color: 604433.
HSL color Cylindrical-coordinate representation of color #113909: hue angle of 110º degrees, saturation: 0.73, 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 #113909 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 9 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.78 |
| HSL | 110º | 0.73% | 0.13% | - |
| HSV(B) | 110º | 0.84% | 0.22% | - |
| XYZ | 1.74 | 3.07 | 0.76 | - |
| YUV | 39.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 9 | 0.70 | 0 | 0.84 | 0.78 | 110 | 0.73 | 0.13 |
| Hex | 11 | 39 | 9 | 46 | 0 | 54 | 4E | 6E | 49 | D |
| Octal | 21 | 71 | 11 | 106 | 0 | 124 | 116 | 156 | 111 | 15 |
| Binary | 10001 | 111001 | 1001 | 1000110 | 0 | 1010100 | 1001110 | 1101110 | 1001001 | 1101 |
Color Harmonies of #113909
Complementary color
Monochromatic Colors of #113909
Black with #113909
Text Example
Text Example
White with #113909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113909; }
p { color: rgb(17,57,9); }
H1.HeaderClassName
{
color: #113909;
}
.AnyTagClassName
{
color: #113909;
}
</style>
background-color css
<style>
a { background-color: #113909; }
a { background-color: rgb(17,57,9); }
div.DivClassName
{
background-color: #113909;
}
.BgClassName
{
background-color: #113909;
}
</style>
border-color css
<style>
span { border-color: #113909; }
span { border-color: rgb(17,57,9); }
td.TdClassName
{
border-color: #113909;
}
.TagClassName
{
border-color: #113909;
}
</style>