Shades of Salem #168359
Tints of Salem #168359
RGB
CMYK
RGB Variations
Color information
#168359 (or 0x168359) is known color: Salem. HEX triplet: 16, 83 and 59. RGB value is (22,131,89). Sum of RGB (Red+Green+Blue) = 22+131+89=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #168359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168359 is #E97CA6. Grayscale: #5D5D5D. Windows color (decimal): -15301799 or 5866262. OLE color: 5866262.
HSL color Cylindrical-coordinate representation of color #168359: hue angle of 156.88º 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 #168359 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 131 | 89 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.49 |
| HSL | 156.88º | 0.71% | 0.3% | - |
| HSV(B) | 156.88º | 0.83% | 0.51% | - |
| XYZ | 10.25 | 17.12 | 12.22 | - |
| YUV | 93.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 89 | 0.83 | 0 | 0.32 | 0.49 | 156.88 | 0.71 | 0.3 |
| Hex | 16 | 83 | 59 | 53 | 0 | 20 | 31 | 9D | 47 | 1E |
| Octal | 26 | 203 | 131 | 123 | 0 | 40 | 61 | 235 | 107 | 36 |
| Binary | 10110 | 10000011 | 1011001 | 1010011 | 0 | 100000 | 110001 | 10011101 | 1000111 | 11110 |
Color Harmonies of #168359
Complementary color
Monochromatic Colors of #168359
Black with #168359
Text Example
Text Example
White with #168359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168359; }
p { color: rgb(22,131,89); }
H1.HeaderClassName
{
color: #168359;
}
.AnyTagClassName
{
color: #168359;
}
</style>
background-color css
<style>
a { background-color: #168359; }
a { background-color: rgb(22,131,89); }
div.DivClassName
{
background-color: #168359;
}
.BgClassName
{
background-color: #168359;
}
</style>
border-color css
<style>
span { border-color: #168359; }
span { border-color: rgb(22,131,89); }
td.TdClassName
{
border-color: #168359;
}
.TagClassName
{
border-color: #168359;
}
</style>