Shades of Salem #147D4D
Tints of Salem #147D4D
RGB
CMYK
RGB Variations
Color information
#147D4D (or 0x147D4D) is known color: Salem. HEX triplet: 14, 7D and 4D. RGB value is (20,125,77). Sum of RGB (Red+Green+Blue) = 20+125+77=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #147D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D4D is #EB82B2. Grayscale: #585858. Windows color (decimal): -15434419 or 5078292. OLE color: 5078292.
HSL color Cylindrical-coordinate representation of color #147D4D: hue angle of 152.57º 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 #147D4D is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 77 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.51 |
| HSL | 152.57º | 0.72% | 0.28% | - |
| HSV(B) | 152.57º | 0.84% | 0.49% | - |
| XYZ | 8.96 | 15.35 | 9.51 | - |
| YUV | 88.13 | 121.71 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 77 | 0.84 | 0 | 0.38 | 0.51 | 152.57 | 0.72 | 0.28 |
| Hex | 14 | 7D | 4D | 54 | 0 | 26 | 33 | 99 | 48 | 1C |
| Octal | 24 | 175 | 115 | 124 | 0 | 46 | 63 | 231 | 110 | 34 |
| Binary | 10100 | 1111101 | 1001101 | 1010100 | 0 | 100110 | 110011 | 10011001 | 1001000 | 11100 |
Color Harmonies of #147D4D
Complementary color
Monochromatic Colors of #147D4D
Black with #147D4D
Text Example
Text Example
White with #147D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D4D; }
p { color: rgb(20,125,77); }
H1.HeaderClassName
{
color: #147D4D;
}
.AnyTagClassName
{
color: #147D4D;
}
</style>
background-color css
<style>
a { background-color: #147D4D; }
a { background-color: rgb(20,125,77); }
div.DivClassName
{
background-color: #147D4D;
}
.BgClassName
{
background-color: #147D4D;
}
</style>
border-color css
<style>
span { border-color: #147D4D; }
span { border-color: rgb(20,125,77); }
td.TdClassName
{
border-color: #147D4D;
}
.TagClassName
{
border-color: #147D4D;
}
</style>