Shades of Myrtle #11490E
Tints of Myrtle #11490E
RGB
CMYK
RGB Variations
Color information
#11490E (or 0x11490E) is known color: Myrtle. HEX triplet: 11, 49 and 0E. RGB value is (17,73,14). Sum of RGB (Red+Green+Blue) = 17+73+14=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #11490E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11490E is #EEB6F1. Grayscale: #313131. Windows color (decimal): -15644402 or 936209. OLE color: 936209.
HSL color Cylindrical-coordinate representation of color #11490E: hue angle of 116.95º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11490E is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 73 | 14 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.71 |
| HSL | 116.95º | 0.68% | 0.17% | - |
| HSV(B) | 116.95º | 0.81% | 0.29% | - |
| XYZ | 2.69 | 4.92 | 1.22 | - |
| YUV | 49.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 14 | 0.77 | 0 | 0.81 | 0.71 | 116.95 | 0.68 | 0.17 |
| Hex | 11 | 49 | E | 4D | 0 | 51 | 47 | 75 | 44 | 11 |
| Octal | 21 | 111 | 16 | 115 | 0 | 121 | 107 | 165 | 104 | 21 |
| Binary | 10001 | 1001001 | 1110 | 1001101 | 0 | 1010001 | 1000111 | 1110101 | 1000100 | 10001 |
Color Harmonies of #11490E
Complementary color
Monochromatic Colors of #11490E
Black with #11490E
Text Example
Text Example
White with #11490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11490E; }
p { color: rgb(17,73,14); }
H1.HeaderClassName
{
color: #11490E;
}
.AnyTagClassName
{
color: #11490E;
}
</style>
background-color css
<style>
a { background-color: #11490E; }
a { background-color: rgb(17,73,14); }
div.DivClassName
{
background-color: #11490E;
}
.BgClassName
{
background-color: #11490E;
}
</style>
border-color css
<style>
span { border-color: #11490E; }
span { border-color: rgb(17,73,14); }
td.TdClassName
{
border-color: #11490E;
}
.TagClassName
{
border-color: #11490E;
}
</style>