Shades of Myrtle #11410A
Tints of Myrtle #11410A
RGB
CMYK
RGB Variations
Color information
#11410A (or 0x11410A) is known color: Myrtle. HEX triplet: 11, 41 and 0A. RGB value is (17,65,10). Sum of RGB (Red+Green+Blue) = 17+65+10=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #11410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11410A is #EEBEF5. Grayscale: #2C2C2C. Windows color (decimal): -15646454 or 672017. OLE color: 672017.
HSL color Cylindrical-coordinate representation of color #11410A: hue angle of 112.36º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11410A is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 65 | 10 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.75 |
| HSL | 112.36º | 0.73% | 0.15% | - |
| HSV(B) | 112.36º | 0.85% | 0.25% | - |
| XYZ | 2.18 | 3.92 | 0.93 | - |
| YUV | 44.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 10 | 0.74 | 0 | 0.85 | 0.75 | 112.36 | 0.73 | 0.15 |
| Hex | 11 | 41 | A | 4A | 0 | 55 | 4B | 70 | 49 | F |
| Octal | 21 | 101 | 12 | 112 | 0 | 125 | 113 | 160 | 111 | 17 |
| Binary | 10001 | 1000001 | 1010 | 1001010 | 0 | 1010101 | 1001011 | 1110000 | 1001001 | 1111 |
Color Harmonies of #11410A
Complementary color
Monochromatic Colors of #11410A
Black with #11410A
Text Example
Text Example
White with #11410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11410A; }
p { color: rgb(17,65,10); }
H1.HeaderClassName
{
color: #11410A;
}
.AnyTagClassName
{
color: #11410A;
}
</style>
background-color css
<style>
a { background-color: #11410A; }
a { background-color: rgb(17,65,10); }
div.DivClassName
{
background-color: #11410A;
}
.BgClassName
{
background-color: #11410A;
}
</style>
border-color css
<style>
span { border-color: #11410A; }
span { border-color: rgb(17,65,10); }
td.TdClassName
{
border-color: #11410A;
}
.TagClassName
{
border-color: #11410A;
}
</style>