Shades of Myrtle #11410B
Tints of Myrtle #11410B
RGB
CMYK
RGB Variations
Color information
#11410B (or 0x11410B) is known color: Myrtle. HEX triplet: 11, 41 and 0B. RGB value is (17,65,11). Sum of RGB (Red+Green+Blue) = 17+65+11=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #11410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11410B is #EEBEF4. Grayscale: #2C2C2C. Windows color (decimal): -15646453 or 737553. OLE color: 737553.
HSL color Cylindrical-coordinate representation of color #11410B: hue angle of 113.33º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11410B is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 65 | 11 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.75 |
| HSL | 113.33º | 0.71% | 0.15% | - |
| HSV(B) | 113.33º | 0.83% | 0.25% | - |
| XYZ | 2.18 | 3.92 | 0.96 | - |
| YUV | 44.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 11 | 0.74 | 0 | 0.83 | 0.75 | 113.33 | 0.71 | 0.15 |
| Hex | 11 | 41 | B | 4A | 0 | 53 | 4B | 71 | 47 | F |
| Octal | 21 | 101 | 13 | 112 | 0 | 123 | 113 | 161 | 107 | 17 |
| Binary | 10001 | 1000001 | 1011 | 1001010 | 0 | 1010011 | 1001011 | 1110001 | 1000111 | 1111 |
Color Harmonies of #11410B
Complementary color
Monochromatic Colors of #11410B
Black with #11410B
Text Example
Text Example
White with #11410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11410B; }
p { color: rgb(17,65,11); }
H1.HeaderClassName
{
color: #11410B;
}
.AnyTagClassName
{
color: #11410B;
}
</style>
background-color css
<style>
a { background-color: #11410B; }
a { background-color: rgb(17,65,11); }
div.DivClassName
{
background-color: #11410B;
}
.BgClassName
{
background-color: #11410B;
}
</style>
border-color css
<style>
span { border-color: #11410B; }
span { border-color: rgb(17,65,11); }
td.TdClassName
{
border-color: #11410B;
}
.TagClassName
{
border-color: #11410B;
}
</style>