Shades of Salem #16864B
Tints of Salem #16864B
RGB
CMYK
RGB Variations
Color information
#16864B (or 0x16864B) is known color: Salem. HEX triplet: 16, 86 and 4B. RGB value is (22,134,75). Sum of RGB (Red+Green+Blue) = 22+134+75=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #16864B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16864B is #E979B4. Grayscale: #5D5D5D. Windows color (decimal): -15301045 or 4949526. OLE color: 4949526.
HSL color Cylindrical-coordinate representation of color #16864B: hue angle of 148.39º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16864B is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 75 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.47 |
| HSL | 148.39º | 0.72% | 0.31% | - |
| HSV(B) | 148.39º | 0.84% | 0.53% | - |
| XYZ | 10.13 | 17.73 | 9.54 | - |
| YUV | 93.79 | 117.39 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 75 | 0.84 | 0 | 0.44 | 0.47 | 148.39 | 0.72 | 0.31 |
| Hex | 16 | 86 | 4B | 54 | 0 | 2C | 2F | 94 | 48 | 1F |
| Octal | 26 | 206 | 113 | 124 | 0 | 54 | 57 | 224 | 110 | 37 |
| Binary | 10110 | 10000110 | 1001011 | 1010100 | 0 | 101100 | 101111 | 10010100 | 1001000 | 11111 |
Color Harmonies of #16864B
Complementary color
Monochromatic Colors of #16864B
Black with #16864B
Text Example
Text Example
White with #16864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16864B; }
p { color: rgb(22,134,75); }
H1.HeaderClassName
{
color: #16864B;
}
.AnyTagClassName
{
color: #16864B;
}
</style>
background-color css
<style>
a { background-color: #16864B; }
a { background-color: rgb(22,134,75); }
div.DivClassName
{
background-color: #16864B;
}
.BgClassName
{
background-color: #16864B;
}
</style>
border-color css
<style>
span { border-color: #16864B; }
span { border-color: rgb(22,134,75); }
td.TdClassName
{
border-color: #16864B;
}
.TagClassName
{
border-color: #16864B;
}
</style>