Shades of Salem #147C4B
Tints of Salem #147C4B
RGB
CMYK
RGB Variations
Color information
#147C4B (or 0x147C4B) is known color: Salem. HEX triplet: 14, 7C and 4B. RGB value is (20,124,75). Sum of RGB (Red+Green+Blue) = 20+124+75=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #147C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147C4B is #EB83B4. Grayscale: #575757. Windows color (decimal): -15434677 or 4946964. OLE color: 4946964.
HSL color Cylindrical-coordinate representation of color #147C4B: hue angle of 151.73º 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 #147C4B is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 75 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.51 |
| HSL | 151.73º | 0.72% | 0.28% | - |
| HSV(B) | 151.73º | 0.84% | 0.49% | - |
| XYZ | 8.77 | 15.07 | 9.1 | - |
| YUV | 87.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 75 | 0.84 | 0 | 0.40 | 0.51 | 151.73 | 0.72 | 0.28 |
| Hex | 14 | 7C | 4B | 54 | 0 | 28 | 33 | 98 | 48 | 1C |
| Octal | 24 | 174 | 113 | 124 | 0 | 50 | 63 | 230 | 110 | 34 |
| Binary | 10100 | 1111100 | 1001011 | 1010100 | 0 | 101000 | 110011 | 10011000 | 1001000 | 11100 |
Color Harmonies of #147C4B
Complementary color
Monochromatic Colors of #147C4B
Black with #147C4B
Text Example
Text Example
White with #147C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C4B; }
p { color: rgb(20,124,75); }
H1.HeaderClassName
{
color: #147C4B;
}
.AnyTagClassName
{
color: #147C4B;
}
</style>
background-color css
<style>
a { background-color: #147C4B; }
a { background-color: rgb(20,124,75); }
div.DivClassName
{
background-color: #147C4B;
}
.BgClassName
{
background-color: #147C4B;
}
</style>
border-color css
<style>
span { border-color: #147C4B; }
span { border-color: rgb(20,124,75); }
td.TdClassName
{
border-color: #147C4B;
}
.TagClassName
{
border-color: #147C4B;
}
</style>