Shades of Myrtle #113009
Tints of Myrtle #113009
RGB
CMYK
RGB Variations
Color information
#113009 (or 0x113009) is known color: Myrtle. HEX triplet: 11, 30 and 09. RGB value is (17,48,9). Sum of RGB (Red+Green+Blue) = 17+48+9=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #113009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113009 is #EECFF6. Grayscale: #222222. Windows color (decimal): -15650807 or 602129. OLE color: 602129.
HSL color Cylindrical-coordinate representation of color #113009: hue angle of 107.69º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113009 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 9 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.81 |
| HSL | 107.69º | 0.68% | 0.11% | - |
| HSV(B) | 107.69º | 0.81% | 0.19% | - |
| XYZ | 1.34 | 2.25 | 0.62 | - |
| YUV | 34.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 9 | 0.65 | 0 | 0.81 | 0.81 | 107.69 | 0.68 | 0.11 |
| Hex | 11 | 30 | 9 | 41 | 0 | 51 | 51 | 6C | 44 | B |
| Octal | 21 | 60 | 11 | 101 | 0 | 121 | 121 | 154 | 104 | 13 |
| Binary | 10001 | 110000 | 1001 | 1000001 | 0 | 1010001 | 1010001 | 1101100 | 1000100 | 1011 |
Color Harmonies of #113009
Complementary color
Monochromatic Colors of #113009
Black with #113009
Text Example
Text Example
White with #113009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113009; }
p { color: rgb(17,48,9); }
H1.HeaderClassName
{
color: #113009;
}
.AnyTagClassName
{
color: #113009;
}
</style>
background-color css
<style>
a { background-color: #113009; }
a { background-color: rgb(17,48,9); }
div.DivClassName
{
background-color: #113009;
}
.BgClassName
{
background-color: #113009;
}
</style>
border-color css
<style>
span { border-color: #113009; }
span { border-color: rgb(17,48,9); }
td.TdClassName
{
border-color: #113009;
}
.TagClassName
{
border-color: #113009;
}
</style>