Shades of Salem #147C53
Tints of Salem #147C53
RGB
CMYK
RGB Variations
Color information
#147C53 (or 0x147C53) is known color: Salem. HEX triplet: 14, 7C and 53. RGB value is (20,124,83). Sum of RGB (Red+Green+Blue) = 20+124+83=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #147C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C53 is #EB83AC. Grayscale: #585858. Windows color (decimal): -15434669 or 5471252. OLE color: 5471252.
HSL color Cylindrical-coordinate representation of color #147C53: hue angle of 156.35º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C53 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 83 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.51 |
| HSL | 156.35º | 0.72% | 0.28% | - |
| HSV(B) | 156.35º | 0.84% | 0.49% | - |
| XYZ | 9.06 | 15.19 | 10.64 | - |
| YUV | 88.23 | 125.04 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 83 | 0.84 | 0 | 0.33 | 0.51 | 156.35 | 0.72 | 0.28 |
| Hex | 14 | 7C | 53 | 54 | 0 | 21 | 33 | 9C | 48 | 1C |
| Octal | 24 | 174 | 123 | 124 | 0 | 41 | 63 | 234 | 110 | 34 |
| Binary | 10100 | 1111100 | 1010011 | 1010100 | 0 | 100001 | 110011 | 10011100 | 1001000 | 11100 |
Color Harmonies of #147C53
Complementary color
Monochromatic Colors of #147C53
Black with #147C53
Text Example
Text Example
White with #147C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C53; }
p { color: rgb(20,124,83); }
H1.HeaderClassName
{
color: #147C53;
}
.AnyTagClassName
{
color: #147C53;
}
</style>
background-color css
<style>
a { background-color: #147C53; }
a { background-color: rgb(20,124,83); }
div.DivClassName
{
background-color: #147C53;
}
.BgClassName
{
background-color: #147C53;
}
</style>
border-color css
<style>
span { border-color: #147C53; }
span { border-color: rgb(20,124,83); }
td.TdClassName
{
border-color: #147C53;
}
.TagClassName
{
border-color: #147C53;
}
</style>