Shades of Salem #147450
Tints of Salem #147450
RGB
CMYK
RGB Variations
Color information
#147450 (or 0x147450) is known color: Salem. HEX triplet: 14, 74 and 50. RGB value is (20,116,80). Sum of RGB (Red+Green+Blue) = 20+116+80=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #147450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147450 is #EB8BAF. Grayscale: #535353. Windows color (decimal): -15436720 or 5272596. OLE color: 5272596.
HSL color Cylindrical-coordinate representation of color #147450: hue angle of 157.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147450 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 80 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.55 |
| HSL | 157.5º | 0.71% | 0.27% | - |
| HSV(B) | 157.5º | 0.83% | 0.45% | - |
| XYZ | 7.98 | 13.22 | 9.72 | - |
| YUV | 83.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 80 | 0.83 | 0 | 0.31 | 0.55 | 157.5 | 0.71 | 0.27 |
| Hex | 14 | 74 | 50 | 53 | 0 | 1F | 37 | 9E | 47 | 1B |
| Octal | 24 | 164 | 120 | 123 | 0 | 37 | 67 | 236 | 107 | 33 |
| Binary | 10100 | 1110100 | 1010000 | 1010011 | 0 | 11111 | 110111 | 10011110 | 1000111 | 11011 |
Color Harmonies of #147450
Complementary color
Monochromatic Colors of #147450
Black with #147450
Text Example
Text Example
White with #147450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147450; }
p { color: rgb(20,116,80); }
H1.HeaderClassName
{
color: #147450;
}
.AnyTagClassName
{
color: #147450;
}
</style>
background-color css
<style>
a { background-color: #147450; }
a { background-color: rgb(20,116,80); }
div.DivClassName
{
background-color: #147450;
}
.BgClassName
{
background-color: #147450;
}
</style>
border-color css
<style>
span { border-color: #147450; }
span { border-color: rgb(20,116,80); }
td.TdClassName
{
border-color: #147450;
}
.TagClassName
{
border-color: #147450;
}
</style>