Shades of Myrtle #112110
Tints of Myrtle #112110
RGB
CMYK
RGB Variations
Color information
#112110 (or 0x112110) is known color: Myrtle. HEX triplet: 11, 21 and 10. RGB value is (17,33,16). Sum of RGB (Red+Green+Blue) = 17+33+16=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #112110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112110 is #EEDEEF. Grayscale: #1A1A1A. Windows color (decimal): -15654640 or 1057041. OLE color: 1057041.
HSL color Cylindrical-coordinate representation of color #112110: hue angle of 116.47º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #112110 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 33 | 16 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.87 |
| HSL | 116.47º | 0.35% | 0.1% | - |
| HSV(B) | 116.47º | 0.52% | 0.13% | - |
| XYZ | 0.87 | 1.24 | 0.68 | - |
| YUV | 26.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 16 | 0.48 | 0 | 0.52 | 0.87 | 116.47 | 0.35 | 0.1 |
| Hex | 11 | 21 | 10 | 30 | 0 | 34 | 57 | 74 | 23 | A |
| Octal | 21 | 41 | 20 | 60 | 0 | 64 | 127 | 164 | 43 | 12 |
| Binary | 10001 | 100001 | 10000 | 110000 | 0 | 110100 | 1010111 | 1110100 | 100011 | 1010 |
Color Harmonies of #112110
Complementary color
Monochromatic Colors of #112110
Black with #112110
Text Example
Text Example
White with #112110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112110; }
p { color: rgb(17,33,16); }
H1.HeaderClassName
{
color: #112110;
}
.AnyTagClassName
{
color: #112110;
}
</style>
background-color css
<style>
a { background-color: #112110; }
a { background-color: rgb(17,33,16); }
div.DivClassName
{
background-color: #112110;
}
.BgClassName
{
background-color: #112110;
}
</style>
border-color css
<style>
span { border-color: #112110; }
span { border-color: rgb(17,33,16); }
td.TdClassName
{
border-color: #112110;
}
.TagClassName
{
border-color: #112110;
}
</style>