Shades of Myrtle #112510
Tints of Myrtle #112510
RGB
CMYK
RGB Variations
Color information
#112510 (or 0x112510) is known color: Myrtle. HEX triplet: 11, 25 and 10. RGB value is (17,37,16). Sum of RGB (Red+Green+Blue) = 17+37+16=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #112510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112510 is #EEDAEF. Grayscale: #1C1C1C. Windows color (decimal): -15653616 or 1058065. OLE color: 1058065.
HSL color Cylindrical-coordinate representation of color #112510: hue angle of 117.14º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112510 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 37 | 16 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.85 |
| HSL | 117.14º | 0.4% | 0.1% | - |
| HSV(B) | 117.14º | 0.57% | 0.15% | - |
| XYZ | 0.99 | 1.48 | 0.72 | - |
| YUV | 28.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 16 | 0.54 | 0 | 0.57 | 0.85 | 117.14 | 0.4 | 0.1 |
| Hex | 11 | 25 | 10 | 36 | 0 | 39 | 55 | 75 | 28 | A |
| Octal | 21 | 45 | 20 | 66 | 0 | 71 | 125 | 165 | 50 | 12 |
| Binary | 10001 | 100101 | 10000 | 110110 | 0 | 111001 | 1010101 | 1110101 | 101000 | 1010 |
Color Harmonies of #112510
Complementary color
Monochromatic Colors of #112510
Black with #112510
Text Example
Text Example
White with #112510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112510; }
p { color: rgb(17,37,16); }
H1.HeaderClassName
{
color: #112510;
}
.AnyTagClassName
{
color: #112510;
}
</style>
background-color css
<style>
a { background-color: #112510; }
a { background-color: rgb(17,37,16); }
div.DivClassName
{
background-color: #112510;
}
.BgClassName
{
background-color: #112510;
}
</style>
border-color css
<style>
span { border-color: #112510; }
span { border-color: rgb(17,37,16); }
td.TdClassName
{
border-color: #112510;
}
.TagClassName
{
border-color: #112510;
}
</style>