Shades of Salem #168550
Tints of Salem #168550
RGB
CMYK
RGB Variations
Color information
#168550 (or 0x168550) is known color: Salem. HEX triplet: 16, 85 and 50. RGB value is (22,133,80). Sum of RGB (Red+Green+Blue) = 22+133+80=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #168550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168550 is #E97AAF. Grayscale: #5D5D5D. Windows color (decimal): -15301296 or 5276950. OLE color: 5276950.
HSL color Cylindrical-coordinate representation of color #168550: hue angle of 151.35º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168550 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 80 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.48 |
| HSL | 151.35º | 0.72% | 0.3% | - |
| HSV(B) | 151.35º | 0.83% | 0.52% | - |
| XYZ | 10.17 | 17.52 | 10.44 | - |
| YUV | 93.77 | 120.23 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 80 | 0.83 | 0 | 0.40 | 0.48 | 151.35 | 0.72 | 0.3 |
| Hex | 16 | 85 | 50 | 53 | 0 | 28 | 30 | 97 | 48 | 1E |
| Octal | 26 | 205 | 120 | 123 | 0 | 50 | 60 | 227 | 110 | 36 |
| Binary | 10110 | 10000101 | 1010000 | 1010011 | 0 | 101000 | 110000 | 10010111 | 1001000 | 11110 |
Color Harmonies of #168550
Complementary color
Monochromatic Colors of #168550
Black with #168550
Text Example
Text Example
White with #168550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168550; }
p { color: rgb(22,133,80); }
H1.HeaderClassName
{
color: #168550;
}
.AnyTagClassName
{
color: #168550;
}
</style>
background-color css
<style>
a { background-color: #168550; }
a { background-color: rgb(22,133,80); }
div.DivClassName
{
background-color: #168550;
}
.BgClassName
{
background-color: #168550;
}
</style>
border-color css
<style>
span { border-color: #168550; }
span { border-color: rgb(22,133,80); }
td.TdClassName
{
border-color: #168550;
}
.TagClassName
{
border-color: #168550;
}
</style>