Shades of Salem #168842
Tints of Salem #168842
RGB
CMYK
RGB Variations
Color information
#168842 (or 0x168842) is known color: Salem. HEX triplet: 16, 88 and 42. RGB value is (22,136,66). Sum of RGB (Red+Green+Blue) = 22+136+66=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #168842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168842 is #E977BD. Grayscale: #5E5E5E. Windows color (decimal): -15300542 or 4360214. OLE color: 4360214.
HSL color Cylindrical-coordinate representation of color #168842: hue angle of 143.16º 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 #168842 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 66 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.47 |
| HSL | 143.16º | 0.72% | 0.31% | - |
| HSV(B) | 143.16º | 0.84% | 0.53% | - |
| XYZ | 10.12 | 18.17 | 8.13 | - |
| YUV | 93.93 | 112.23 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 66 | 0.84 | 0 | 0.51 | 0.47 | 143.16 | 0.72 | 0.31 |
| Hex | 16 | 88 | 42 | 54 | 0 | 33 | 2F | 8F | 48 | 1F |
| Octal | 26 | 210 | 102 | 124 | 0 | 63 | 57 | 217 | 110 | 37 |
| Binary | 10110 | 10001000 | 1000010 | 1010100 | 0 | 110011 | 101111 | 10001111 | 1001000 | 11111 |
Color Harmonies of #168842
Complementary color
Monochromatic Colors of #168842
Black with #168842
Text Example
Text Example
White with #168842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168842; }
p { color: rgb(22,136,66); }
H1.HeaderClassName
{
color: #168842;
}
.AnyTagClassName
{
color: #168842;
}
</style>
background-color css
<style>
a { background-color: #168842; }
a { background-color: rgb(22,136,66); }
div.DivClassName
{
background-color: #168842;
}
.BgClassName
{
background-color: #168842;
}
</style>
border-color css
<style>
span { border-color: #168842; }
span { border-color: rgb(22,136,66); }
td.TdClassName
{
border-color: #168842;
}
.TagClassName
{
border-color: #168842;
}
</style>