Shades of Myrtle #11410D
Tints of Myrtle #11410D
RGB
CMYK
RGB Variations
Color information
#11410D (or 0x11410D) is known color: Myrtle. HEX triplet: 11, 41 and 0D. RGB value is (17,65,13). Sum of RGB (Red+Green+Blue) = 17+65+13=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #11410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11410D is #EEBEF2. Grayscale: #2C2C2C. Windows color (decimal): -15646451 or 868625. OLE color: 868625.
HSL color Cylindrical-coordinate representation of color #11410D: hue angle of 115.38º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11410D is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 65 | 13 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.75 |
| HSL | 115.38º | 0.67% | 0.15% | - |
| HSV(B) | 115.38º | 0.8% | 0.25% | - |
| XYZ | 2.19 | 3.93 | 1.02 | - |
| YUV | 44.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 13 | 0.74 | 0 | 0.80 | 0.75 | 115.38 | 0.67 | 0.15 |
| Hex | 11 | 41 | D | 4A | 0 | 50 | 4B | 73 | 43 | F |
| Octal | 21 | 101 | 15 | 112 | 0 | 120 | 113 | 163 | 103 | 17 |
| Binary | 10001 | 1000001 | 1101 | 1001010 | 0 | 1010000 | 1001011 | 1110011 | 1000011 | 1111 |
Color Harmonies of #11410D
Complementary color
Monochromatic Colors of #11410D
Black with #11410D
Text Example
Text Example
White with #11410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11410D; }
p { color: rgb(17,65,13); }
H1.HeaderClassName
{
color: #11410D;
}
.AnyTagClassName
{
color: #11410D;
}
</style>
background-color css
<style>
a { background-color: #11410D; }
a { background-color: rgb(17,65,13); }
div.DivClassName
{
background-color: #11410D;
}
.BgClassName
{
background-color: #11410D;
}
</style>
border-color css
<style>
span { border-color: #11410D; }
span { border-color: rgb(17,65,13); }
td.TdClassName
{
border-color: #11410D;
}
.TagClassName
{
border-color: #11410D;
}
</style>