Shades of Myrtle #113A09
Tints of Myrtle #113A09
RGB
CMYK
RGB Variations
Color information
#113A09 (or 0x113A09) is known color: Myrtle. HEX triplet: 11, 3A and 09. RGB value is (17,58,9). Sum of RGB (Red+Green+Blue) = 17+58+9=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #113A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113A09 is #EEC5F6. Grayscale: #282828. Windows color (decimal): -15648247 or 604689. OLE color: 604689.
HSL color Cylindrical-coordinate representation of color #113A09: hue angle of 110.2º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113A09 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 58 | 9 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.77 |
| HSL | 110.2º | 0.73% | 0.13% | - |
| HSV(B) | 110.2º | 0.84% | 0.23% | - |
| XYZ | 1.79 | 3.17 | 0.77 | - |
| YUV | 40.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 9 | 0.71 | 0 | 0.84 | 0.77 | 110.2 | 0.73 | 0.13 |
| Hex | 11 | 3A | 9 | 47 | 0 | 54 | 4D | 6E | 49 | D |
| Octal | 21 | 72 | 11 | 107 | 0 | 124 | 115 | 156 | 111 | 15 |
| Binary | 10001 | 111010 | 1001 | 1000111 | 0 | 1010100 | 1001101 | 1101110 | 1001001 | 1101 |
Color Harmonies of #113A09
Complementary color
Monochromatic Colors of #113A09
Black with #113A09
Text Example
Text Example
White with #113A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A09; }
p { color: rgb(17,58,9); }
H1.HeaderClassName
{
color: #113A09;
}
.AnyTagClassName
{
color: #113A09;
}
</style>
background-color css
<style>
a { background-color: #113A09; }
a { background-color: rgb(17,58,9); }
div.DivClassName
{
background-color: #113A09;
}
.BgClassName
{
background-color: #113A09;
}
</style>
border-color css
<style>
span { border-color: #113A09; }
span { border-color: rgb(17,58,9); }
td.TdClassName
{
border-color: #113A09;
}
.TagClassName
{
border-color: #113A09;
}
</style>