Shades of Salem #147655
Tints of Salem #147655
RGB
CMYK
RGB Variations
Color information
#147655 (or 0x147655) is known color: Salem. HEX triplet: 14, 76 and 55. RGB value is (20,118,85). Sum of RGB (Red+Green+Blue) = 20+118+85=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #147655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147655 is #EB89AA. Grayscale: #545454. Windows color (decimal): -15436203 or 5600788. OLE color: 5600788.
HSL color Cylindrical-coordinate representation of color #147655: hue angle of 159.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147655 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 85 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.54 |
| HSL | 159.8º | 0.71% | 0.27% | - |
| HSV(B) | 159.8º | 0.83% | 0.46% | - |
| XYZ | 8.41 | 13.76 | 10.81 | - |
| YUV | 84.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 85 | 0.83 | 0 | 0.28 | 0.54 | 159.8 | 0.71 | 0.27 |
| Hex | 14 | 76 | 55 | 53 | 0 | 1C | 36 | A0 | 47 | 1B |
| Octal | 24 | 166 | 125 | 123 | 0 | 34 | 66 | 240 | 107 | 33 |
| Binary | 10100 | 1110110 | 1010101 | 1010011 | 0 | 11100 | 110110 | 10100000 | 1000111 | 11011 |
Color Harmonies of #147655
Complementary color
Monochromatic Colors of #147655
Black with #147655
Text Example
Text Example
White with #147655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147655; }
p { color: rgb(20,118,85); }
H1.HeaderClassName
{
color: #147655;
}
.AnyTagClassName
{
color: #147655;
}
</style>
background-color css
<style>
a { background-color: #147655; }
a { background-color: rgb(20,118,85); }
div.DivClassName
{
background-color: #147655;
}
.BgClassName
{
background-color: #147655;
}
</style>
border-color css
<style>
span { border-color: #147655; }
span { border-color: rgb(20,118,85); }
td.TdClassName
{
border-color: #147655;
}
.TagClassName
{
border-color: #147655;
}
</style>