Shades of Myrtle #113510
Tints of Myrtle #113510
RGB
CMYK
RGB Variations
Color information
#113510 (or 0x113510) is known color: Myrtle. HEX triplet: 11, 35 and 10. RGB value is (17,53,16). Sum of RGB (Red+Green+Blue) = 17+53+16=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #113510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113510 is #EECAEF. Grayscale: #262626. Windows color (decimal): -15649520 or 1062161. OLE color: 1062161.
HSL color Cylindrical-coordinate representation of color #113510: hue angle of 118.38º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113510 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 53 | 16 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.79 |
| HSL | 118.38º | 0.54% | 0.14% | - |
| HSV(B) | 118.38º | 0.7% | 0.21% | - |
| XYZ | 1.6 | 2.7 | 0.93 | - |
| YUV | 38.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 16 | 0.68 | 0 | 0.70 | 0.79 | 118.38 | 0.54 | 0.14 |
| Hex | 11 | 35 | 10 | 44 | 0 | 46 | 4F | 76 | 36 | E |
| Octal | 21 | 65 | 20 | 104 | 0 | 106 | 117 | 166 | 66 | 16 |
| Binary | 10001 | 110101 | 10000 | 1000100 | 0 | 1000110 | 1001111 | 1110110 | 110110 | 1110 |
Color Harmonies of #113510
Complementary color
Monochromatic Colors of #113510
Black with #113510
Text Example
Text Example
White with #113510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113510; }
p { color: rgb(17,53,16); }
H1.HeaderClassName
{
color: #113510;
}
.AnyTagClassName
{
color: #113510;
}
</style>
background-color css
<style>
a { background-color: #113510; }
a { background-color: rgb(17,53,16); }
div.DivClassName
{
background-color: #113510;
}
.BgClassName
{
background-color: #113510;
}
</style>
border-color css
<style>
span { border-color: #113510; }
span { border-color: rgb(17,53,16); }
td.TdClassName
{
border-color: #113510;
}
.TagClassName
{
border-color: #113510;
}
</style>