Shades of Salem #168B51
Tints of Salem #168B51
RGB
CMYK
RGB Variations
Color information
#168B51 (or 0x168B51) is known color: Salem. HEX triplet: 16, 8B and 51. RGB value is (22,139,81). Sum of RGB (Red+Green+Blue) = 22+139+81=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #168B51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B51 is #E974AE. Grayscale: #616161. Windows color (decimal): -15299759 or 5344022. OLE color: 5344022.
HSL color Cylindrical-coordinate representation of color #168B51: hue angle of 150.26º 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 #168B51 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 81 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.45 |
| HSL | 150.26º | 0.73% | 0.32% | - |
| HSV(B) | 150.26º | 0.84% | 0.55% | - |
| XYZ | 11.05 | 19.23 | 10.91 | - |
| YUV | 97.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 81 | 0.84 | 0 | 0.42 | 0.45 | 150.26 | 0.73 | 0.32 |
| Hex | 16 | 8B | 51 | 54 | 0 | 2A | 2D | 96 | 49 | 20 |
| Octal | 26 | 213 | 121 | 124 | 0 | 52 | 55 | 226 | 111 | 40 |
| Binary | 10110 | 10001011 | 1010001 | 1010100 | 0 | 101010 | 101101 | 10010110 | 1001001 | 100000 |
Color Harmonies of #168B51
Complementary color
Monochromatic Colors of #168B51
Black with #168B51
Text Example
Text Example
White with #168B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B51; }
p { color: rgb(22,139,81); }
H1.HeaderClassName
{
color: #168B51;
}
.AnyTagClassName
{
color: #168B51;
}
</style>
background-color css
<style>
a { background-color: #168B51; }
a { background-color: rgb(22,139,81); }
div.DivClassName
{
background-color: #168B51;
}
.BgClassName
{
background-color: #168B51;
}
</style>
border-color css
<style>
span { border-color: #168B51; }
span { border-color: rgb(22,139,81); }
td.TdClassName
{
border-color: #168B51;
}
.TagClassName
{
border-color: #168B51;
}
</style>