Shades of Myrtle #11470B
Tints of Myrtle #11470B
RGB
CMYK
RGB Variations
Color information
#11470B (or 0x11470B) is known color: Myrtle. HEX triplet: 11, 47 and 0B. RGB value is (17,71,11). Sum of RGB (Red+Green+Blue) = 17+71+11=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #11470B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11470B is #EEB8F4. Grayscale: #303030. Windows color (decimal): -15644917 or 739089. OLE color: 739089.
HSL color Cylindrical-coordinate representation of color #11470B: hue angle of 114º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11470B is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 11 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.72 |
| HSL | 114º | 0.73% | 0.16% | - |
| HSV(B) | 114º | 0.85% | 0.28% | - |
| XYZ | 2.54 | 4.65 | 1.08 | - |
| YUV | 48.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 11 | 0.76 | 0 | 0.85 | 0.72 | 114 | 0.73 | 0.16 |
| Hex | 11 | 47 | B | 4C | 0 | 55 | 48 | 72 | 49 | 10 |
| Octal | 21 | 107 | 13 | 114 | 0 | 125 | 110 | 162 | 111 | 20 |
| Binary | 10001 | 1000111 | 1011 | 1001100 | 0 | 1010101 | 1001000 | 1110010 | 1001001 | 10000 |
Color Harmonies of #11470B
Complementary color
Monochromatic Colors of #11470B
Black with #11470B
Text Example
Text Example
White with #11470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11470B; }
p { color: rgb(17,71,11); }
H1.HeaderClassName
{
color: #11470B;
}
.AnyTagClassName
{
color: #11470B;
}
</style>
background-color css
<style>
a { background-color: #11470B; }
a { background-color: rgb(17,71,11); }
div.DivClassName
{
background-color: #11470B;
}
.BgClassName
{
background-color: #11470B;
}
</style>
border-color css
<style>
span { border-color: #11470B; }
span { border-color: rgb(17,71,11); }
td.TdClassName
{
border-color: #11470B;
}
.TagClassName
{
border-color: #11470B;
}
</style>