Shades of Myrtle #113311
Tints of Myrtle #113311
RGB
CMYK
RGB Variations
Color information
#113311 (or 0x113311) is known color: Myrtle. HEX triplet: 11, 33 and 11. RGB value is (17,51,17). Sum of RGB (Red+Green+Blue) = 17+51+17=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #113311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113311 is #EECCEE. Grayscale: #252525. Windows color (decimal): -15650031 or 1127185. OLE color: 1127185.
HSL color Cylindrical-coordinate representation of color #113311: hue angle of 120º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113311 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 51 | 17 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.8 |
| HSL | 120º | 0.5% | 0.13% | - |
| HSV(B) | 120º | 0.67% | 0.2% | - |
| XYZ | 1.52 | 2.53 | 0.94 | - |
| YUV | 36.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 17 | 0.67 | 0 | 0.67 | 0.8 | 120 | 0.5 | 0.13 |
| Hex | 11 | 33 | 11 | 43 | 0 | 43 | 50 | 78 | 32 | D |
| Octal | 21 | 63 | 21 | 103 | 0 | 103 | 120 | 170 | 62 | 15 |
| Binary | 10001 | 110011 | 10001 | 1000011 | 0 | 1000011 | 1010000 | 1111000 | 110010 | 1101 |
Color Harmonies of #113311
Complementary color
Monochromatic Colors of #113311
Black with #113311
Text Example
Text Example
White with #113311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113311; }
p { color: rgb(17,51,17); }
H1.HeaderClassName
{
color: #113311;
}
.AnyTagClassName
{
color: #113311;
}
</style>
background-color css
<style>
a { background-color: #113311; }
a { background-color: rgb(17,51,17); }
div.DivClassName
{
background-color: #113311;
}
.BgClassName
{
background-color: #113311;
}
</style>
border-color css
<style>
span { border-color: #113311; }
span { border-color: rgb(17,51,17); }
td.TdClassName
{
border-color: #113311;
}
.TagClassName
{
border-color: #113311;
}
</style>