Shades of Myrtle #113609
Tints of Myrtle #113609
RGB
CMYK
RGB Variations
Color information
#113609 (or 0x113609) is known color: Myrtle. HEX triplet: 11, 36 and 09. RGB value is (17,54,9). Sum of RGB (Red+Green+Blue) = 17+54+9=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 54 (21.48% from 255 or 67.5% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 54 - color contains mainly: green. Hex color #113609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113609 is #EEC9F6. Grayscale: #252525. Windows color (decimal): -15649271 or 603665. OLE color: 603665.
HSL color Cylindrical-coordinate representation of color #113609: hue angle of 109.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113609 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 54 | 9 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.79 |
| HSL | 109.33º | 0.71% | 0.12% | - |
| HSV(B) | 109.33º | 0.83% | 0.21% | - |
| XYZ | 1.6 | 2.78 | 0.71 | - |
| YUV | 37.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 9 | 0.69 | 0 | 0.83 | 0.79 | 109.33 | 0.71 | 0.12 |
| Hex | 11 | 36 | 9 | 45 | 0 | 53 | 4F | 6D | 47 | C |
| Octal | 21 | 66 | 11 | 105 | 0 | 123 | 117 | 155 | 107 | 14 |
| Binary | 10001 | 110110 | 1001 | 1000101 | 0 | 1010011 | 1001111 | 1101101 | 1000111 | 1100 |
Color Harmonies of #113609
Complementary color
Monochromatic Colors of #113609
Black with #113609
Text Example
Text Example
White with #113609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113609; }
p { color: rgb(17,54,9); }
H1.HeaderClassName
{
color: #113609;
}
.AnyTagClassName
{
color: #113609;
}
</style>
background-color css
<style>
a { background-color: #113609; }
a { background-color: rgb(17,54,9); }
div.DivClassName
{
background-color: #113609;
}
.BgClassName
{
background-color: #113609;
}
</style>
border-color css
<style>
span { border-color: #113609; }
span { border-color: rgb(17,54,9); }
td.TdClassName
{
border-color: #113609;
}
.TagClassName
{
border-color: #113609;
}
</style>