Shades of Myrtle #163510
Tints of Myrtle #163510
RGB
CMYK
RGB Variations
Color information
#163510 (or 0x163510) is known color: Myrtle. HEX triplet: 16, 35 and 10. RGB value is (22,53,16). Sum of RGB (Red+Green+Blue) = 22+53+16=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #163510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163510 is #E9CAEF. Grayscale: #272727. Windows color (decimal): -15321840 or 1062166. OLE color: 1062166.
HSL color Cylindrical-coordinate representation of color #163510: hue angle of 110.27º 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 #163510 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 53 | 16 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.79 |
| HSL | 110.27º | 0.54% | 0.14% | - |
| HSV(B) | 110.27º | 0.7% | 0.21% | - |
| XYZ | 1.7 | 2.75 | 0.93 | - |
| YUV | 39.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 16 | 0.58 | 0 | 0.70 | 0.79 | 110.27 | 0.54 | 0.14 |
| Hex | 16 | 35 | 10 | 3A | 0 | 46 | 4F | 6E | 36 | E |
| Octal | 26 | 65 | 20 | 72 | 0 | 106 | 117 | 156 | 66 | 16 |
| Binary | 10110 | 110101 | 10000 | 111010 | 0 | 1000110 | 1001111 | 1101110 | 110110 | 1110 |
Color Harmonies of #163510
Complementary color
Monochromatic Colors of #163510
Black with #163510
Text Example
Text Example
White with #163510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163510; }
p { color: rgb(22,53,16); }
H1.HeaderClassName
{
color: #163510;
}
.AnyTagClassName
{
color: #163510;
}
</style>
background-color css
<style>
a { background-color: #163510; }
a { background-color: rgb(22,53,16); }
div.DivClassName
{
background-color: #163510;
}
.BgClassName
{
background-color: #163510;
}
</style>
border-color css
<style>
span { border-color: #163510; }
span { border-color: rgb(22,53,16); }
td.TdClassName
{
border-color: #163510;
}
.TagClassName
{
border-color: #163510;
}
</style>