Shades of Salem #147E4D
Tints of Salem #147E4D
RGB
CMYK
RGB Variations
Color information
#147E4D (or 0x147E4D) is known color: Salem. HEX triplet: 14, 7E and 4D. RGB value is (20,126,77). Sum of RGB (Red+Green+Blue) = 20+126+77=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #147E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E4D is #EB81B2. Grayscale: #585858. Windows color (decimal): -15434163 or 5078548. OLE color: 5078548.
HSL color Cylindrical-coordinate representation of color #147E4D: hue angle of 152.26º 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 #147E4D is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 77 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.51 |
| HSL | 152.26º | 0.73% | 0.29% | - |
| HSV(B) | 152.26º | 0.84% | 0.49% | - |
| XYZ | 9.09 | 15.61 | 9.55 | - |
| YUV | 88.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 77 | 0.84 | 0 | 0.39 | 0.51 | 152.26 | 0.73 | 0.29 |
| Hex | 14 | 7E | 4D | 54 | 0 | 27 | 33 | 98 | 49 | 1D |
| Octal | 24 | 176 | 115 | 124 | 0 | 47 | 63 | 230 | 111 | 35 |
| Binary | 10100 | 1111110 | 1001101 | 1010100 | 0 | 100111 | 110011 | 10011000 | 1001001 | 11101 |
Color Harmonies of #147E4D
Complementary color
Monochromatic Colors of #147E4D
Black with #147E4D
Text Example
Text Example
White with #147E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E4D; }
p { color: rgb(20,126,77); }
H1.HeaderClassName
{
color: #147E4D;
}
.AnyTagClassName
{
color: #147E4D;
}
</style>
background-color css
<style>
a { background-color: #147E4D; }
a { background-color: rgb(20,126,77); }
div.DivClassName
{
background-color: #147E4D;
}
.BgClassName
{
background-color: #147E4D;
}
</style>
border-color css
<style>
span { border-color: #147E4D; }
span { border-color: rgb(20,126,77); }
td.TdClassName
{
border-color: #147E4D;
}
.TagClassName
{
border-color: #147E4D;
}
</style>