Shades of Myrtle #11280C
Tints of Myrtle #11280C
RGB
CMYK
RGB Variations
Color information
#11280C (or 0x11280C) is known color: Myrtle. HEX triplet: 11, 28 and 0C. RGB value is (17,40,12). Sum of RGB (Red+Green+Blue) = 17+40+12=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #11280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11280C is #EED7F3. Grayscale: #1E1E1E. Windows color (decimal): -15652852 or 796689. OLE color: 796689.
HSL color Cylindrical-coordinate representation of color #11280C: hue angle of 109.29º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11280C is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 40 | 12 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.84 |
| HSL | 109.29º | 0.54% | 0.1% | - |
| HSV(B) | 109.29º | 0.7% | 0.16% | - |
| XYZ | 1.06 | 1.66 | 0.61 | - |
| YUV | 29.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 12 | 0.57 | 0 | 0.70 | 0.84 | 109.29 | 0.54 | 0.1 |
| Hex | 11 | 28 | C | 39 | 0 | 46 | 54 | 6D | 36 | A |
| Octal | 21 | 50 | 14 | 71 | 0 | 106 | 124 | 155 | 66 | 12 |
| Binary | 10001 | 101000 | 1100 | 111001 | 0 | 1000110 | 1010100 | 1101101 | 110110 | 1010 |
Color Harmonies of #11280C
Complementary color
Monochromatic Colors of #11280C
Black with #11280C
Text Example
Text Example
White with #11280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11280C; }
p { color: rgb(17,40,12); }
H1.HeaderClassName
{
color: #11280C;
}
.AnyTagClassName
{
color: #11280C;
}
</style>
background-color css
<style>
a { background-color: #11280C; }
a { background-color: rgb(17,40,12); }
div.DivClassName
{
background-color: #11280C;
}
.BgClassName
{
background-color: #11280C;
}
</style>
border-color css
<style>
span { border-color: #11280C; }
span { border-color: rgb(17,40,12); }
td.TdClassName
{
border-color: #11280C;
}
.TagClassName
{
border-color: #11280C;
}
</style>