Shades of Salem #147151
Tints of Salem #147151
RGB
CMYK
RGB Variations
Color information
#147151 (or 0x147151) is known color: Salem. HEX triplet: 14, 71 and 51. RGB value is (20,113,81). Sum of RGB (Red+Green+Blue) = 20+113+81=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #147151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147151 is #EB8EAE. Grayscale: #515151. Windows color (decimal): -15437487 or 5337364. OLE color: 5337364.
HSL color Cylindrical-coordinate representation of color #147151: hue angle of 159.35º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147151 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 81 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.56 |
| HSL | 159.35º | 0.7% | 0.26% | - |
| HSV(B) | 159.35º | 0.82% | 0.44% | - |
| XYZ | 7.68 | 12.55 | 9.8 | - |
| YUV | 81.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 81 | 0.82 | 0 | 0.28 | 0.56 | 159.35 | 0.7 | 0.26 |
| Hex | 14 | 71 | 51 | 52 | 0 | 1C | 38 | 9F | 46 | 1A |
| Octal | 24 | 161 | 121 | 122 | 0 | 34 | 70 | 237 | 106 | 32 |
| Binary | 10100 | 1110001 | 1010001 | 1010010 | 0 | 11100 | 111000 | 10011111 | 1000110 | 11010 |
Color Harmonies of #147151
Complementary color
Monochromatic Colors of #147151
Black with #147151
Text Example
Text Example
White with #147151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147151; }
p { color: rgb(20,113,81); }
H1.HeaderClassName
{
color: #147151;
}
.AnyTagClassName
{
color: #147151;
}
</style>
background-color css
<style>
a { background-color: #147151; }
a { background-color: rgb(20,113,81); }
div.DivClassName
{
background-color: #147151;
}
.BgClassName
{
background-color: #147151;
}
</style>
border-color css
<style>
span { border-color: #147151; }
span { border-color: rgb(20,113,81); }
td.TdClassName
{
border-color: #147151;
}
.TagClassName
{
border-color: #147151;
}
</style>