Shades of Salem #168147
Tints of Salem #168147
RGB
CMYK
RGB Variations
Color information
#168147 (or 0x168147) is known color: Salem. HEX triplet: 16, 81 and 47. RGB value is (22,129,71). Sum of RGB (Red+Green+Blue) = 22+129+71=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #168147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168147 is #E97EB8. Grayscale: #5A5A5A. Windows color (decimal): -15302329 or 4686102. OLE color: 4686102.
HSL color Cylindrical-coordinate representation of color #168147: hue angle of 147.48º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168147 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 129 | 71 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.49 |
| HSL | 147.48º | 0.71% | 0.3% | - |
| HSV(B) | 147.48º | 0.83% | 0.51% | - |
| XYZ | 9.32 | 16.33 | 8.62 | - |
| YUV | 90.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 71 | 0.83 | 0 | 0.45 | 0.49 | 147.48 | 0.71 | 0.3 |
| Hex | 16 | 81 | 47 | 53 | 0 | 2D | 31 | 93 | 47 | 1E |
| Octal | 26 | 201 | 107 | 123 | 0 | 55 | 61 | 223 | 107 | 36 |
| Binary | 10110 | 10000001 | 1000111 | 1010011 | 0 | 101101 | 110001 | 10010011 | 1000111 | 11110 |
Color Harmonies of #168147
Complementary color
Monochromatic Colors of #168147
Black with #168147
Text Example
Text Example
White with #168147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168147; }
p { color: rgb(22,129,71); }
H1.HeaderClassName
{
color: #168147;
}
.AnyTagClassName
{
color: #168147;
}
</style>
background-color css
<style>
a { background-color: #168147; }
a { background-color: rgb(22,129,71); }
div.DivClassName
{
background-color: #168147;
}
.BgClassName
{
background-color: #168147;
}
</style>
border-color css
<style>
span { border-color: #168147; }
span { border-color: rgb(22,129,71); }
td.TdClassName
{
border-color: #168147;
}
.TagClassName
{
border-color: #168147;
}
</style>