Shades of Myrtle #11490C
Tints of Myrtle #11490C
RGB
CMYK
RGB Variations
Color information
#11490C (or 0x11490C) is known color: Myrtle. HEX triplet: 11, 49 and 0C. RGB value is (17,73,12). Sum of RGB (Red+Green+Blue) = 17+73+12=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 73 (28.91% from 255 or 71.57% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 73 - color contains mainly: green. Hex color #11490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11490C is #EEB6F3. Grayscale: #313131. Windows color (decimal): -15644404 or 805137. OLE color: 805137.
HSL color Cylindrical-coordinate representation of color #11490C: hue angle of 115.08º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11490C is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 73 | 12 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.71 |
| HSL | 115.08º | 0.72% | 0.17% | - |
| HSV(B) | 115.08º | 0.84% | 0.29% | - |
| XYZ | 2.68 | 4.91 | 1.15 | - |
| YUV | 49.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 12 | 0.77 | 0 | 0.84 | 0.71 | 115.08 | 0.72 | 0.17 |
| Hex | 11 | 49 | C | 4D | 0 | 54 | 47 | 73 | 48 | 11 |
| Octal | 21 | 111 | 14 | 115 | 0 | 124 | 107 | 163 | 110 | 21 |
| Binary | 10001 | 1001001 | 1100 | 1001101 | 0 | 1010100 | 1000111 | 1110011 | 1001000 | 10001 |
Color Harmonies of #11490C
Complementary color
Monochromatic Colors of #11490C
Black with #11490C
Text Example
Text Example
White with #11490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11490C; }
p { color: rgb(17,73,12); }
H1.HeaderClassName
{
color: #11490C;
}
.AnyTagClassName
{
color: #11490C;
}
</style>
background-color css
<style>
a { background-color: #11490C; }
a { background-color: rgb(17,73,12); }
div.DivClassName
{
background-color: #11490C;
}
.BgClassName
{
background-color: #11490C;
}
</style>
border-color css
<style>
span { border-color: #11490C; }
span { border-color: rgb(17,73,12); }
td.TdClassName
{
border-color: #11490C;
}
.TagClassName
{
border-color: #11490C;
}
</style>