Shades of Salem #167F4A
Tints of Salem #167F4A
RGB
CMYK
RGB Variations
Color information
#167F4A (or 0x167F4A) is known color: Salem. HEX triplet: 16, 7F and 4A. RGB value is (22,127,74). Sum of RGB (Red+Green+Blue) = 22+127+74=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #167F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167F4A is #E980B5. Grayscale: #595959. Windows color (decimal): -15302838 or 4882198. OLE color: 4882198.
HSL color Cylindrical-coordinate representation of color #167F4A: hue angle of 149.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167F4A is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 127 | 74 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.50 |
| HSL | 149.71º | 0.7% | 0.29% | - |
| HSV(B) | 149.71º | 0.83% | 0.5% | - |
| XYZ | 9.16 | 15.84 | 9.05 | - |
| YUV | 89.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 74 | 0.83 | 0 | 0.42 | 0.50 | 149.71 | 0.7 | 0.29 |
| Hex | 16 | 7F | 4A | 53 | 0 | 2A | 32 | 96 | 46 | 1D |
| Octal | 26 | 177 | 112 | 123 | 0 | 52 | 62 | 226 | 106 | 35 |
| Binary | 10110 | 1111111 | 1001010 | 1010011 | 0 | 101010 | 110010 | 10010110 | 1000110 | 11101 |
Color Harmonies of #167F4A
Complementary color
Monochromatic Colors of #167F4A
Black with #167F4A
Text Example
Text Example
White with #167F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167F4A; }
p { color: rgb(22,127,74); }
H1.HeaderClassName
{
color: #167F4A;
}
.AnyTagClassName
{
color: #167F4A;
}
</style>
background-color css
<style>
a { background-color: #167F4A; }
a { background-color: rgb(22,127,74); }
div.DivClassName
{
background-color: #167F4A;
}
.BgClassName
{
background-color: #167F4A;
}
</style>
border-color css
<style>
span { border-color: #167F4A; }
span { border-color: rgb(22,127,74); }
td.TdClassName
{
border-color: #167F4A;
}
.TagClassName
{
border-color: #167F4A;
}
</style>