Shades of Salem #168343
Tints of Salem #168343
RGB
CMYK
RGB Variations
Color information
#168343 (or 0x168343) is known color: Salem. HEX triplet: 16, 83 and 43. RGB value is (22,131,67). Sum of RGB (Red+Green+Blue) = 22+131+67=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #168343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168343 is #E97CBC. Grayscale: #5B5B5B. Windows color (decimal): -15301821 or 4424470. OLE color: 4424470.
HSL color Cylindrical-coordinate representation of color #168343: hue angle of 144.77º 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 #168343 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 131 | 67 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.49 |
| HSL | 144.77º | 0.71% | 0.3% | - |
| HSV(B) | 144.77º | 0.83% | 0.51% | - |
| XYZ | 9.46 | 16.81 | 8.06 | - |
| YUV | 91.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 67 | 0.83 | 0 | 0.49 | 0.49 | 144.77 | 0.71 | 0.3 |
| Hex | 16 | 83 | 43 | 53 | 0 | 31 | 31 | 91 | 47 | 1E |
| Octal | 26 | 203 | 103 | 123 | 0 | 61 | 61 | 221 | 107 | 36 |
| Binary | 10110 | 10000011 | 1000011 | 1010011 | 0 | 110001 | 110001 | 10010001 | 1000111 | 11110 |
Color Harmonies of #168343
Complementary color
Monochromatic Colors of #168343
Black with #168343
Text Example
Text Example
White with #168343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168343; }
p { color: rgb(22,131,67); }
H1.HeaderClassName
{
color: #168343;
}
.AnyTagClassName
{
color: #168343;
}
</style>
background-color css
<style>
a { background-color: #168343; }
a { background-color: rgb(22,131,67); }
div.DivClassName
{
background-color: #168343;
}
.BgClassName
{
background-color: #168343;
}
</style>
border-color css
<style>
span { border-color: #168343; }
span { border-color: rgb(22,131,67); }
td.TdClassName
{
border-color: #168343;
}
.TagClassName
{
border-color: #168343;
}
</style>