Shades of Salem #168641
Tints of Salem #168641
RGB
CMYK
RGB Variations
Color information
#168641 (or 0x168641) is known color: Salem. HEX triplet: 16, 86 and 41. RGB value is (22,134,65). Sum of RGB (Red+Green+Blue) = 22+134+65=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #168641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168641 is #E979BE. Grayscale: #5C5C5C. Windows color (decimal): -15301055 or 4294166. OLE color: 4294166.
HSL color Cylindrical-coordinate representation of color #168641: hue angle of 143.04º 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 #168641 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 65 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.47 |
| HSL | 143.04º | 0.72% | 0.31% | - |
| HSV(B) | 143.04º | 0.84% | 0.53% | - |
| XYZ | 9.81 | 17.6 | 7.88 | - |
| YUV | 92.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 65 | 0.84 | 0 | 0.51 | 0.47 | 143.04 | 0.72 | 0.31 |
| Hex | 16 | 86 | 41 | 54 | 0 | 33 | 2F | 8F | 48 | 1F |
| Octal | 26 | 206 | 101 | 124 | 0 | 63 | 57 | 217 | 110 | 37 |
| Binary | 10110 | 10000110 | 1000001 | 1010100 | 0 | 110011 | 101111 | 10001111 | 1001000 | 11111 |
Color Harmonies of #168641
Complementary color
Monochromatic Colors of #168641
Black with #168641
Text Example
Text Example
White with #168641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168641; }
p { color: rgb(22,134,65); }
H1.HeaderClassName
{
color: #168641;
}
.AnyTagClassName
{
color: #168641;
}
</style>
background-color css
<style>
a { background-color: #168641; }
a { background-color: rgb(22,134,65); }
div.DivClassName
{
background-color: #168641;
}
.BgClassName
{
background-color: #168641;
}
</style>
border-color css
<style>
span { border-color: #168641; }
span { border-color: rgb(22,134,65); }
td.TdClassName
{
border-color: #168641;
}
.TagClassName
{
border-color: #168641;
}
</style>