Shades of Salem #168646
Tints of Salem #168646
RGB
CMYK
RGB Variations
Color information
#168646 (or 0x168646) is known color: Salem. HEX triplet: 16, 86 and 46. RGB value is (22,134,70). Sum of RGB (Red+Green+Blue) = 22+134+70=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 134 (52.73% from 255 or 59.29% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 134 - color contains mainly: green. Hex color #168646 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168646 is #E979B9. Grayscale: #5D5D5D. Windows color (decimal): -15301050 or 4621846. OLE color: 4621846.
HSL color Cylindrical-coordinate representation of color #168646: hue angle of 145.71º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168646 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 70 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.47 |
| HSL | 145.71º | 0.72% | 0.31% | - |
| HSV(B) | 145.71º | 0.84% | 0.53% | - |
| XYZ | 9.96 | 17.66 | 8.68 | - |
| YUV | 93.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 70 | 0.84 | 0 | 0.48 | 0.47 | 145.71 | 0.72 | 0.31 |
| Hex | 16 | 86 | 46 | 54 | 0 | 30 | 2F | 92 | 48 | 1F |
| Octal | 26 | 206 | 106 | 124 | 0 | 60 | 57 | 222 | 110 | 37 |
| Binary | 10110 | 10000110 | 1000110 | 1010100 | 0 | 110000 | 101111 | 10010010 | 1001000 | 11111 |
Color Harmonies of #168646
Complementary color
Monochromatic Colors of #168646
Black with #168646
Text Example
Text Example
White with #168646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168646; }
p { color: rgb(22,134,70); }
H1.HeaderClassName
{
color: #168646;
}
.AnyTagClassName
{
color: #168646;
}
</style>
background-color css
<style>
a { background-color: #168646; }
a { background-color: rgb(22,134,70); }
div.DivClassName
{
background-color: #168646;
}
.BgClassName
{
background-color: #168646;
}
</style>
border-color css
<style>
span { border-color: #168646; }
span { border-color: rgb(22,134,70); }
td.TdClassName
{
border-color: #168646;
}
.TagClassName
{
border-color: #168646;
}
</style>