Shades of Myrtle #11470D
Tints of Myrtle #11470D
RGB
CMYK
RGB Variations
Color information
#11470D (or 0x11470D) is known color: Myrtle. HEX triplet: 11, 47 and 0D. RGB value is (17,71,13). Sum of RGB (Red+Green+Blue) = 17+71+13=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #11470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11470D is #EEB8F2. Grayscale: #303030. Windows color (decimal): -15644915 or 870161. OLE color: 870161.
HSL color Cylindrical-coordinate representation of color #11470D: hue angle of 115.86º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11470D is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 13 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.72 |
| HSL | 115.86º | 0.69% | 0.16% | - |
| HSV(B) | 115.86º | 0.82% | 0.28% | - |
| XYZ | 2.56 | 4.65 | 1.14 | - |
| YUV | 48.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 13 | 0.76 | 0 | 0.82 | 0.72 | 115.86 | 0.69 | 0.16 |
| Hex | 11 | 47 | D | 4C | 0 | 52 | 48 | 74 | 45 | 10 |
| Octal | 21 | 107 | 15 | 114 | 0 | 122 | 110 | 164 | 105 | 20 |
| Binary | 10001 | 1000111 | 1101 | 1001100 | 0 | 1010010 | 1001000 | 1110100 | 1000101 | 10000 |
Color Harmonies of #11470D
Complementary color
Monochromatic Colors of #11470D
Black with #11470D
Text Example
Text Example
White with #11470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11470D; }
p { color: rgb(17,71,13); }
H1.HeaderClassName
{
color: #11470D;
}
.AnyTagClassName
{
color: #11470D;
}
</style>
background-color css
<style>
a { background-color: #11470D; }
a { background-color: rgb(17,71,13); }
div.DivClassName
{
background-color: #11470D;
}
.BgClassName
{
background-color: #11470D;
}
</style>
border-color css
<style>
span { border-color: #11470D; }
span { border-color: rgb(17,71,13); }
td.TdClassName
{
border-color: #11470D;
}
.TagClassName
{
border-color: #11470D;
}
</style>