Shades of Salem #168B52
Tints of Salem #168B52
RGB
CMYK
RGB Variations
Color information
#168B52 (or 0x168B52) is known color: Salem. HEX triplet: 16, 8B and 52. RGB value is (22,139,82). Sum of RGB (Red+Green+Blue) = 22+139+82=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #168B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B52 is #E974AD. Grayscale: #616161. Windows color (decimal): -15299758 or 5409558. OLE color: 5409558.
HSL color Cylindrical-coordinate representation of color #168B52: hue angle of 150.77º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B52 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 82 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.45 |
| HSL | 150.77º | 0.73% | 0.32% | - |
| HSV(B) | 150.77º | 0.84% | 0.55% | - |
| XYZ | 11.09 | 19.25 | 11.11 | - |
| YUV | 97.52 | 119.24 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 82 | 0.84 | 0 | 0.41 | 0.45 | 150.77 | 0.73 | 0.32 |
| Hex | 16 | 8B | 52 | 54 | 0 | 29 | 2D | 97 | 49 | 20 |
| Octal | 26 | 213 | 122 | 124 | 0 | 51 | 55 | 227 | 111 | 40 |
| Binary | 10110 | 10001011 | 1010010 | 1010100 | 0 | 101001 | 101101 | 10010111 | 1001001 | 100000 |
Color Harmonies of #168B52
Complementary color
Monochromatic Colors of #168B52
Black with #168B52
Text Example
Text Example
White with #168B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B52; }
p { color: rgb(22,139,82); }
H1.HeaderClassName
{
color: #168B52;
}
.AnyTagClassName
{
color: #168B52;
}
</style>
background-color css
<style>
a { background-color: #168B52; }
a { background-color: rgb(22,139,82); }
div.DivClassName
{
background-color: #168B52;
}
.BgClassName
{
background-color: #168B52;
}
</style>
border-color css
<style>
span { border-color: #168B52; }
span { border-color: rgb(22,139,82); }
td.TdClassName
{
border-color: #168B52;
}
.TagClassName
{
border-color: #168B52;
}
</style>