Shades of Salem #168741
Tints of Salem #168741
RGB
CMYK
RGB Variations
Color information
#168741 (or 0x168741) is known color: Salem. HEX triplet: 16, 87 and 41. RGB value is (22,135,65). Sum of RGB (Red+Green+Blue) = 22+135+65=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #168741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168741 is #E978BE. Grayscale: #5D5D5D. Windows color (decimal): -15300799 or 4294422. OLE color: 4294422.
HSL color Cylindrical-coordinate representation of color #168741: hue angle of 142.83º 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 #168741 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 135 | 65 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.47 |
| HSL | 142.83º | 0.72% | 0.31% | - |
| HSV(B) | 142.83º | 0.84% | 0.53% | - |
| XYZ | 9.95 | 17.88 | 7.93 | - |
| YUV | 93.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 65 | 0.84 | 0 | 0.52 | 0.47 | 142.83 | 0.72 | 0.31 |
| Hex | 16 | 87 | 41 | 54 | 0 | 34 | 2F | 8F | 48 | 1F |
| Octal | 26 | 207 | 101 | 124 | 0 | 64 | 57 | 217 | 110 | 37 |
| Binary | 10110 | 10000111 | 1000001 | 1010100 | 0 | 110100 | 101111 | 10001111 | 1001000 | 11111 |
Color Harmonies of #168741
Complementary color
Monochromatic Colors of #168741
Black with #168741
Text Example
Text Example
White with #168741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168741; }
p { color: rgb(22,135,65); }
H1.HeaderClassName
{
color: #168741;
}
.AnyTagClassName
{
color: #168741;
}
</style>
background-color css
<style>
a { background-color: #168741; }
a { background-color: rgb(22,135,65); }
div.DivClassName
{
background-color: #168741;
}
.BgClassName
{
background-color: #168741;
}
</style>
border-color css
<style>
span { border-color: #168741; }
span { border-color: rgb(22,135,65); }
td.TdClassName
{
border-color: #168741;
}
.TagClassName
{
border-color: #168741;
}
</style>