Shades of Myrtle #11470E
Tints of Myrtle #11470E
RGB
CMYK
RGB Variations
Color information
#11470E (or 0x11470E) is known color: Myrtle. HEX triplet: 11, 47 and 0E. RGB value is (17,71,14). Sum of RGB (Red+Green+Blue) = 17+71+14=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #11470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11470E is #EEB8F1. Grayscale: #303030. Windows color (decimal): -15644914 or 935697. OLE color: 935697.
HSL color Cylindrical-coordinate representation of color #11470E: hue angle of 116.84º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11470E is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 14 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.72 |
| HSL | 116.84º | 0.67% | 0.17% | - |
| HSV(B) | 116.84º | 0.8% | 0.28% | - |
| XYZ | 2.56 | 4.66 | 1.18 | - |
| YUV | 48.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 14 | 0.76 | 0 | 0.80 | 0.72 | 116.84 | 0.67 | 0.17 |
| Hex | 11 | 47 | E | 4C | 0 | 50 | 48 | 75 | 43 | 11 |
| Octal | 21 | 107 | 16 | 114 | 0 | 120 | 110 | 165 | 103 | 21 |
| Binary | 10001 | 1000111 | 1110 | 1001100 | 0 | 1010000 | 1001000 | 1110101 | 1000011 | 10001 |
Color Harmonies of #11470E
Complementary color
Monochromatic Colors of #11470E
Black with #11470E
Text Example
Text Example
White with #11470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11470E; }
p { color: rgb(17,71,14); }
H1.HeaderClassName
{
color: #11470E;
}
.AnyTagClassName
{
color: #11470E;
}
</style>
background-color css
<style>
a { background-color: #11470E; }
a { background-color: rgb(17,71,14); }
div.DivClassName
{
background-color: #11470E;
}
.BgClassName
{
background-color: #11470E;
}
</style>
border-color css
<style>
span { border-color: #11470E; }
span { border-color: rgb(17,71,14); }
td.TdClassName
{
border-color: #11470E;
}
.TagClassName
{
border-color: #11470E;
}
</style>