Shades of Myrtle #11470F
Tints of Myrtle #11470F
RGB
CMYK
RGB Variations
Color information
#11470F (or 0x11470F) is known color: Myrtle. HEX triplet: 11, 47 and 0F. RGB value is (17,71,15). Sum of RGB (Red+Green+Blue) = 17+71+15=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #11470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11470F is #EEB8F0. Grayscale: #303030. Windows color (decimal): -15644913 or 1001233. OLE color: 1001233.
HSL color Cylindrical-coordinate representation of color #11470F: hue angle of 117.86º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11470F is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 15 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.72 |
| HSL | 117.86º | 0.65% | 0.17% | - |
| HSV(B) | 117.86º | 0.79% | 0.28% | - |
| XYZ | 2.57 | 4.66 | 1.22 | - |
| YUV | 48.47 | 109.11 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 15 | 0.76 | 0 | 0.79 | 0.72 | 117.86 | 0.65 | 0.17 |
| Hex | 11 | 47 | F | 4C | 0 | 4F | 48 | 76 | 41 | 11 |
| Octal | 21 | 107 | 17 | 114 | 0 | 117 | 110 | 166 | 101 | 21 |
| Binary | 10001 | 1000111 | 1111 | 1001100 | 0 | 1001111 | 1001000 | 1110110 | 1000001 | 10001 |
Color Harmonies of #11470F
Complementary color
Monochromatic Colors of #11470F
Black with #11470F
Text Example
Text Example
White with #11470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11470F; }
p { color: rgb(17,71,15); }
H1.HeaderClassName
{
color: #11470F;
}
.AnyTagClassName
{
color: #11470F;
}
</style>
background-color css
<style>
a { background-color: #11470F; }
a { background-color: rgb(17,71,15); }
div.DivClassName
{
background-color: #11470F;
}
.BgClassName
{
background-color: #11470F;
}
</style>
border-color css
<style>
span { border-color: #11470F; }
span { border-color: rgb(17,71,15); }
td.TdClassName
{
border-color: #11470F;
}
.TagClassName
{
border-color: #11470F;
}
</style>