Shades of Salem #147E58
Tints of Salem #147E58
RGB
CMYK
RGB Variations
Color information
#147E58 (or 0x147E58) is known color: Salem. HEX triplet: 14, 7E and 58. RGB value is (20,126,88). Sum of RGB (Red+Green+Blue) = 20+126+88=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #147E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E58 is #EB81A7. Grayscale: #5A5A5A. Windows color (decimal): -15434152 or 5799444. OLE color: 5799444.
HSL color Cylindrical-coordinate representation of color #147E58: hue angle of 158.49º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147E58 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 88 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.51 |
| HSL | 158.49º | 0.73% | 0.29% | - |
| HSV(B) | 158.49º | 0.84% | 0.49% | - |
| XYZ | 9.51 | 15.78 | 11.78 | - |
| YUV | 89.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 88 | 0.84 | 0 | 0.30 | 0.51 | 158.49 | 0.73 | 0.29 |
| Hex | 14 | 7E | 58 | 54 | 0 | 1E | 33 | 9E | 49 | 1D |
| Octal | 24 | 176 | 130 | 124 | 0 | 36 | 63 | 236 | 111 | 35 |
| Binary | 10100 | 1111110 | 1011000 | 1010100 | 0 | 11110 | 110011 | 10011110 | 1001001 | 11101 |
Color Harmonies of #147E58
Complementary color
Monochromatic Colors of #147E58
Black with #147E58
Text Example
Text Example
White with #147E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E58; }
p { color: rgb(20,126,88); }
H1.HeaderClassName
{
color: #147E58;
}
.AnyTagClassName
{
color: #147E58;
}
</style>
background-color css
<style>
a { background-color: #147E58; }
a { background-color: rgb(20,126,88); }
div.DivClassName
{
background-color: #147E58;
}
.BgClassName
{
background-color: #147E58;
}
</style>
border-color css
<style>
span { border-color: #147E58; }
span { border-color: rgb(20,126,88); }
td.TdClassName
{
border-color: #147E58;
}
.TagClassName
{
border-color: #147E58;
}
</style>