Shades of Myrtle #111D10
Tints of Myrtle #111D10
RGB
CMYK
RGB Variations
Color information
#111D10 (or 0x111D10) is known color: Myrtle. HEX triplet: 11, 1D and 10. RGB value is (17,29,16). Sum of RGB (Red+Green+Blue) = 17+29+16=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #111D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D10 is #EEE2EF. Grayscale: #171717. Windows color (decimal): -15655664 or 1056017. OLE color: 1056017.
HSL color Cylindrical-coordinate representation of color #111D10: hue angle of 115.38º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111D10 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 16 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.89 |
| HSL | 115.38º | 0.29% | 0.09% | - |
| HSV(B) | 115.38º | 0.45% | 0.11% | - |
| XYZ | 0.76 | 1.04 | 0.65 | - |
| YUV | 23.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 16 | 0.41 | 0 | 0.45 | 0.89 | 115.38 | 0.29 | 0.09 |
| Hex | 11 | 1D | 10 | 29 | 0 | 2D | 59 | 73 | 1D | 9 |
| Octal | 21 | 35 | 20 | 51 | 0 | 55 | 131 | 163 | 35 | 11 |
| Binary | 10001 | 11101 | 10000 | 101001 | 0 | 101101 | 1011001 | 1110011 | 11101 | 1001 |
Color Harmonies of #111D10
Complementary color
Monochromatic Colors of #111D10
Black with #111D10
Text Example
Text Example
White with #111D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D10; }
p { color: rgb(17,29,16); }
H1.HeaderClassName
{
color: #111D10;
}
.AnyTagClassName
{
color: #111D10;
}
</style>
background-color css
<style>
a { background-color: #111D10; }
a { background-color: rgb(17,29,16); }
div.DivClassName
{
background-color: #111D10;
}
.BgClassName
{
background-color: #111D10;
}
</style>
border-color css
<style>
span { border-color: #111D10; }
span { border-color: rgb(17,29,16); }
td.TdClassName
{
border-color: #111D10;
}
.TagClassName
{
border-color: #111D10;
}
</style>