Shades of Salem #168749
Tints of Salem #168749
RGB
CMYK
RGB Variations
Color information
#168749 (or 0x168749) is known color: Salem. HEX triplet: 16, 87 and 49. RGB value is (22,135,73). Sum of RGB (Red+Green+Blue) = 22+135+73=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #168749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168749 is #E978B6. Grayscale: #5E5E5E. Windows color (decimal): -15300791 or 4818710. OLE color: 4818710.
HSL color Cylindrical-coordinate representation of color #168749: hue angle of 147.08º 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 #168749 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 135 | 73 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.47 |
| HSL | 147.08º | 0.72% | 0.31% | - |
| HSV(B) | 147.08º | 0.84% | 0.53% | - |
| XYZ | 10.2 | 17.98 | 9.24 | - |
| YUV | 94.15 | 116.06 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 73 | 0.84 | 0 | 0.46 | 0.47 | 147.08 | 0.72 | 0.31 |
| Hex | 16 | 87 | 49 | 54 | 0 | 2E | 2F | 93 | 48 | 1F |
| Octal | 26 | 207 | 111 | 124 | 0 | 56 | 57 | 223 | 110 | 37 |
| Binary | 10110 | 10000111 | 1001001 | 1010100 | 0 | 101110 | 101111 | 10010011 | 1001000 | 11111 |
Color Harmonies of #168749
Complementary color
Monochromatic Colors of #168749
Black with #168749
Text Example
Text Example
White with #168749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168749; }
p { color: rgb(22,135,73); }
H1.HeaderClassName
{
color: #168749;
}
.AnyTagClassName
{
color: #168749;
}
</style>
background-color css
<style>
a { background-color: #168749; }
a { background-color: rgb(22,135,73); }
div.DivClassName
{
background-color: #168749;
}
.BgClassName
{
background-color: #168749;
}
</style>
border-color css
<style>
span { border-color: #168749; }
span { border-color: rgb(22,135,73); }
td.TdClassName
{
border-color: #168749;
}
.TagClassName
{
border-color: #168749;
}
</style>