Shades of Salem #168B49
Tints of Salem #168B49
RGB
CMYK
RGB Variations
Color information
#168B49 (or 0x168B49) is known color: Salem. HEX triplet: 16, 8B and 49. RGB value is (22,139,73). Sum of RGB (Red+Green+Blue) = 22+139+73=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #168B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168B49 is #E974B6. Grayscale: #606060. Windows color (decimal): -15299767 or 4819734. OLE color: 4819734.
HSL color Cylindrical-coordinate representation of color #168B49: hue angle of 146.15º 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 #168B49 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 73 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.45 |
| HSL | 146.15º | 0.73% | 0.32% | - |
| HSV(B) | 146.15º | 0.84% | 0.55% | - |
| XYZ | 10.77 | 19.12 | 9.43 | - |
| YUV | 96.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 73 | 0.84 | 0 | 0.47 | 0.45 | 146.15 | 0.73 | 0.32 |
| Hex | 16 | 8B | 49 | 54 | 0 | 2F | 2D | 92 | 49 | 20 |
| Octal | 26 | 213 | 111 | 124 | 0 | 57 | 55 | 222 | 111 | 40 |
| Binary | 10110 | 10001011 | 1001001 | 1010100 | 0 | 101111 | 101101 | 10010010 | 1001001 | 100000 |
Color Harmonies of #168B49
Complementary color
Monochromatic Colors of #168B49
Black with #168B49
Text Example
Text Example
White with #168B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B49; }
p { color: rgb(22,139,73); }
H1.HeaderClassName
{
color: #168B49;
}
.AnyTagClassName
{
color: #168B49;
}
</style>
background-color css
<style>
a { background-color: #168B49; }
a { background-color: rgb(22,139,73); }
div.DivClassName
{
background-color: #168B49;
}
.BgClassName
{
background-color: #168B49;
}
</style>
border-color css
<style>
span { border-color: #168B49; }
span { border-color: rgb(22,139,73); }
td.TdClassName
{
border-color: #168B49;
}
.TagClassName
{
border-color: #168B49;
}
</style>