Shades of Myrtle #112310
Tints of Myrtle #112310
RGB
CMYK
RGB Variations
Color information
#112310 (or 0x112310) is known color: Myrtle. HEX triplet: 11, 23 and 10. RGB value is (17,35,16). Sum of RGB (Red+Green+Blue) = 17+35+16=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #112310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112310 is #EEDCEF. Grayscale: #1B1B1B. Windows color (decimal): -15654128 or 1057553. OLE color: 1057553.
HSL color Cylindrical-coordinate representation of color #112310: hue angle of 116.84º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112310 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 35 | 16 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.86 |
| HSL | 116.84º | 0.37% | 0.1% | - |
| HSV(B) | 116.84º | 0.54% | 0.14% | - |
| XYZ | 0.93 | 1.36 | 0.7 | - |
| YUV | 27.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 16 | 0.51 | 0 | 0.54 | 0.86 | 116.84 | 0.37 | 0.1 |
| Hex | 11 | 23 | 10 | 33 | 0 | 36 | 56 | 75 | 25 | A |
| Octal | 21 | 43 | 20 | 63 | 0 | 66 | 126 | 165 | 45 | 12 |
| Binary | 10001 | 100011 | 10000 | 110011 | 0 | 110110 | 1010110 | 1110101 | 100101 | 1010 |
Color Harmonies of #112310
Complementary color
Monochromatic Colors of #112310
Black with #112310
Text Example
Text Example
White with #112310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112310; }
p { color: rgb(17,35,16); }
H1.HeaderClassName
{
color: #112310;
}
.AnyTagClassName
{
color: #112310;
}
</style>
background-color css
<style>
a { background-color: #112310; }
a { background-color: rgb(17,35,16); }
div.DivClassName
{
background-color: #112310;
}
.BgClassName
{
background-color: #112310;
}
</style>
border-color css
<style>
span { border-color: #112310; }
span { border-color: rgb(17,35,16); }
td.TdClassName
{
border-color: #112310;
}
.TagClassName
{
border-color: #112310;
}
</style>