Shades of Myrtle #163516
Tints of Myrtle #163516
RGB
CMYK
RGB Variations
Color information
#163516 (or 0x163516) is known color: Myrtle. HEX triplet: 16, 35 and 16. RGB value is (22,53,22). Sum of RGB (Red+Green+Blue) = 22+53+22=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #163516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163516 is #E9CAE9. Grayscale: #282828. Windows color (decimal): -15321834 or 1455382. OLE color: 1455382.
HSL color Cylindrical-coordinate representation of color #163516: hue angle of 120º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163516 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 53 | 22 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.79 |
| HSL | 120º | 0.41% | 0.15% | - |
| HSV(B) | 120º | 0.58% | 0.21% | - |
| XYZ | 1.75 | 2.77 | 1.2 | - |
| YUV | 40.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 22 | 0.58 | 0 | 0.58 | 0.79 | 120 | 0.41 | 0.15 |
| Hex | 16 | 35 | 16 | 3A | 0 | 3A | 4F | 78 | 29 | F |
| Octal | 26 | 65 | 26 | 72 | 0 | 72 | 117 | 170 | 51 | 17 |
| Binary | 10110 | 110101 | 10110 | 111010 | 0 | 111010 | 1001111 | 1111000 | 101001 | 1111 |
Color Harmonies of #163516
Complementary color
Monochromatic Colors of #163516
Black with #163516
Text Example
Text Example
White with #163516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163516; }
p { color: rgb(22,53,22); }
H1.HeaderClassName
{
color: #163516;
}
.AnyTagClassName
{
color: #163516;
}
</style>
background-color css
<style>
a { background-color: #163516; }
a { background-color: rgb(22,53,22); }
div.DivClassName
{
background-color: #163516;
}
.BgClassName
{
background-color: #163516;
}
</style>
border-color css
<style>
span { border-color: #163516; }
span { border-color: rgb(22,53,22); }
td.TdClassName
{
border-color: #163516;
}
.TagClassName
{
border-color: #163516;
}
</style>