Shades of Myrtle #11200C
Tints of Myrtle #11200C
RGB
CMYK
RGB Variations
Color information
#11200C (or 0x11200C) is known color: Myrtle. HEX triplet: 11, 20 and 0C. RGB value is (17,32,12). Sum of RGB (Red+Green+Blue) = 17+32+12=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #11200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11200C is #EEDFF3. Grayscale: #191919. Windows color (decimal): -15654900 or 794641. OLE color: 794641.
HSL color Cylindrical-coordinate representation of color #11200C: hue angle of 105º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11200C is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 32 | 12 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.87 |
| HSL | 105º | 0.45% | 0.09% | - |
| HSV(B) | 105º | 0.63% | 0.13% | - |
| XYZ | 0.81 | 1.18 | 0.53 | - |
| YUV | 25.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 12 | 0.47 | 0 | 0.63 | 0.87 | 105 | 0.45 | 0.09 |
| Hex | 11 | 20 | C | 2F | 0 | 3F | 57 | 69 | 2D | 9 |
| Octal | 21 | 40 | 14 | 57 | 0 | 77 | 127 | 151 | 55 | 11 |
| Binary | 10001 | 100000 | 1100 | 101111 | 0 | 111111 | 1010111 | 1101001 | 101101 | 1001 |
Color Harmonies of #11200C
Complementary color
Monochromatic Colors of #11200C
Black with #11200C
Text Example
Text Example
White with #11200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11200C; }
p { color: rgb(17,32,12); }
H1.HeaderClassName
{
color: #11200C;
}
.AnyTagClassName
{
color: #11200C;
}
</style>
background-color css
<style>
a { background-color: #11200C; }
a { background-color: rgb(17,32,12); }
div.DivClassName
{
background-color: #11200C;
}
.BgClassName
{
background-color: #11200C;
}
</style>
border-color css
<style>
span { border-color: #11200C; }
span { border-color: rgb(17,32,12); }
td.TdClassName
{
border-color: #11200C;
}
.TagClassName
{
border-color: #11200C;
}
</style>