Shades of Salem #16714D
Tints of Salem #16714D
RGB
CMYK
RGB Variations
Color information
#16714D (or 0x16714D) is known color: Salem. HEX triplet: 16, 71 and 4D. RGB value is (22,113,77). Sum of RGB (Red+Green+Blue) = 22+113+77=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #16714D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16714D is #E98EB2. Grayscale: #515151. Windows color (decimal): -15306419 or 5075222. OLE color: 5075222.
HSL color Cylindrical-coordinate representation of color #16714D: hue angle of 156.26º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16714D is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 113 | 77 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.56 |
| HSL | 156.26º | 0.67% | 0.26% | - |
| HSV(B) | 156.26º | 0.81% | 0.44% | - |
| XYZ | 7.58 | 12.52 | 9.04 | - |
| YUV | 81.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 77 | 0.81 | 0 | 0.32 | 0.56 | 156.26 | 0.67 | 0.26 |
| Hex | 16 | 71 | 4D | 51 | 0 | 20 | 38 | 9C | 43 | 1A |
| Octal | 26 | 161 | 115 | 121 | 0 | 40 | 70 | 234 | 103 | 32 |
| Binary | 10110 | 1110001 | 1001101 | 1010001 | 0 | 100000 | 111000 | 10011100 | 1000011 | 11010 |
Color Harmonies of #16714D
Complementary color
Monochromatic Colors of #16714D
Black with #16714D
Text Example
Text Example
White with #16714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16714D; }
p { color: rgb(22,113,77); }
H1.HeaderClassName
{
color: #16714D;
}
.AnyTagClassName
{
color: #16714D;
}
</style>
background-color css
<style>
a { background-color: #16714D; }
a { background-color: rgb(22,113,77); }
div.DivClassName
{
background-color: #16714D;
}
.BgClassName
{
background-color: #16714D;
}
</style>
border-color css
<style>
span { border-color: #16714D; }
span { border-color: rgb(22,113,77); }
td.TdClassName
{
border-color: #16714D;
}
.TagClassName
{
border-color: #16714D;
}
</style>