Shades of Salem #168444
Tints of Salem #168444
RGB
CMYK
RGB Variations
Color information
#168444 (or 0x168444) is known color: Salem. HEX triplet: 16, 84 and 44. RGB value is (22,132,68). Sum of RGB (Red+Green+Blue) = 22+132+68=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #168444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168444 is #E97BBB. Grayscale: #5B5B5B. Windows color (decimal): -15301564 or 4490262. OLE color: 4490262.
HSL color Cylindrical-coordinate representation of color #168444: hue angle of 145.09º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168444 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 132 | 68 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.48 |
| HSL | 145.09º | 0.71% | 0.3% | - |
| HSV(B) | 145.09º | 0.83% | 0.52% | - |
| XYZ | 9.63 | 17.09 | 8.26 | - |
| YUV | 91.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 68 | 0.83 | 0 | 0.48 | 0.48 | 145.09 | 0.71 | 0.3 |
| Hex | 16 | 84 | 44 | 53 | 0 | 30 | 30 | 91 | 47 | 1E |
| Octal | 26 | 204 | 104 | 123 | 0 | 60 | 60 | 221 | 107 | 36 |
| Binary | 10110 | 10000100 | 1000100 | 1010011 | 0 | 110000 | 110000 | 10010001 | 1000111 | 11110 |
Color Harmonies of #168444
Complementary color
Monochromatic Colors of #168444
Black with #168444
Text Example
Text Example
White with #168444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168444; }
p { color: rgb(22,132,68); }
H1.HeaderClassName
{
color: #168444;
}
.AnyTagClassName
{
color: #168444;
}
</style>
background-color css
<style>
a { background-color: #168444; }
a { background-color: rgb(22,132,68); }
div.DivClassName
{
background-color: #168444;
}
.BgClassName
{
background-color: #168444;
}
</style>
border-color css
<style>
span { border-color: #168444; }
span { border-color: rgb(22,132,68); }
td.TdClassName
{
border-color: #168444;
}
.TagClassName
{
border-color: #168444;
}
</style>