Shades of Salem #16894C
Tints of Salem #16894C
RGB
CMYK
RGB Variations
Color information
#16894C (or 0x16894C) is known color: Salem. HEX triplet: 16, 89 and 4C. RGB value is (22,137,76). Sum of RGB (Red+Green+Blue) = 22+137+76=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #16894C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16894C is #E976B3. Grayscale: #5F5F5F. Windows color (decimal): -15300276 or 5015830. OLE color: 5015830.
HSL color Cylindrical-coordinate representation of color #16894C: hue angle of 148.17º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16894C is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 76 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.46 |
| HSL | 148.17º | 0.72% | 0.31% | - |
| HSV(B) | 148.17º | 0.84% | 0.54% | - |
| XYZ | 10.58 | 18.58 | 9.87 | - |
| YUV | 95.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 76 | 0.84 | 0 | 0.45 | 0.46 | 148.17 | 0.72 | 0.31 |
| Hex | 16 | 89 | 4C | 54 | 0 | 2D | 2E | 94 | 48 | 1F |
| Octal | 26 | 211 | 114 | 124 | 0 | 55 | 56 | 224 | 110 | 37 |
| Binary | 10110 | 10001001 | 1001100 | 1010100 | 0 | 101101 | 101110 | 10010100 | 1001000 | 11111 |
Color Harmonies of #16894C
Complementary color
Monochromatic Colors of #16894C
Black with #16894C
Text Example
Text Example
White with #16894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16894C; }
p { color: rgb(22,137,76); }
H1.HeaderClassName
{
color: #16894C;
}
.AnyTagClassName
{
color: #16894C;
}
</style>
background-color css
<style>
a { background-color: #16894C; }
a { background-color: rgb(22,137,76); }
div.DivClassName
{
background-color: #16894C;
}
.BgClassName
{
background-color: #16894C;
}
</style>
border-color css
<style>
span { border-color: #16894C; }
span { border-color: rgb(22,137,76); }
td.TdClassName
{
border-color: #16894C;
}
.TagClassName
{
border-color: #16894C;
}
</style>