Shades of Salem #147552
Tints of Salem #147552
RGB
CMYK
RGB Variations
Color information
#147552 (or 0x147552) is known color: Salem. HEX triplet: 14, 75 and 52. RGB value is (20,117,82). Sum of RGB (Red+Green+Blue) = 20+117+82=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #147552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147552 is #EB8AAD. Grayscale: #545454. Windows color (decimal): -15436462 or 5403924. OLE color: 5403924.
HSL color Cylindrical-coordinate representation of color #147552: hue angle of 158.35º 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 #147552 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 82 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.54 |
| HSL | 158.35º | 0.71% | 0.27% | - |
| HSV(B) | 158.35º | 0.83% | 0.46% | - |
| XYZ | 8.17 | 13.48 | 10.15 | - |
| YUV | 84.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 82 | 0.83 | 0 | 0.30 | 0.54 | 158.35 | 0.71 | 0.27 |
| Hex | 14 | 75 | 52 | 53 | 0 | 1E | 36 | 9E | 47 | 1B |
| Octal | 24 | 165 | 122 | 123 | 0 | 36 | 66 | 236 | 107 | 33 |
| Binary | 10100 | 1110101 | 1010010 | 1010011 | 0 | 11110 | 110110 | 10011110 | 1000111 | 11011 |
Color Harmonies of #147552
Complementary color
Monochromatic Colors of #147552
Black with #147552
Text Example
Text Example
White with #147552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147552; }
p { color: rgb(20,117,82); }
H1.HeaderClassName
{
color: #147552;
}
.AnyTagClassName
{
color: #147552;
}
</style>
background-color css
<style>
a { background-color: #147552; }
a { background-color: rgb(20,117,82); }
div.DivClassName
{
background-color: #147552;
}
.BgClassName
{
background-color: #147552;
}
</style>
border-color css
<style>
span { border-color: #147552; }
span { border-color: rgb(20,117,82); }
td.TdClassName
{
border-color: #147552;
}
.TagClassName
{
border-color: #147552;
}
</style>