Shades of Salem #147D52
Tints of Salem #147D52
RGB
CMYK
RGB Variations
Color information
#147D52 (or 0x147D52) is known color: Salem. HEX triplet: 14, 7D and 52. RGB value is (20,125,82). Sum of RGB (Red+Green+Blue) = 20+125+82=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #147D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D52 is #EB82AD. Grayscale: #585858. Windows color (decimal): -15434414 or 5405972. OLE color: 5405972.
HSL color Cylindrical-coordinate representation of color #147D52: hue angle of 155.43º 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 #147D52 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 82 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.51 |
| HSL | 155.43º | 0.72% | 0.28% | - |
| HSV(B) | 155.43º | 0.84% | 0.49% | - |
| XYZ | 9.15 | 15.43 | 10.48 | - |
| YUV | 88.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 82 | 0.84 | 0 | 0.34 | 0.51 | 155.43 | 0.72 | 0.28 |
| Hex | 14 | 7D | 52 | 54 | 0 | 22 | 33 | 9B | 48 | 1C |
| Octal | 24 | 175 | 122 | 124 | 0 | 42 | 63 | 233 | 110 | 34 |
| Binary | 10100 | 1111101 | 1010010 | 1010100 | 0 | 100010 | 110011 | 10011011 | 1001000 | 11100 |
Color Harmonies of #147D52
Complementary color
Monochromatic Colors of #147D52
Black with #147D52
Text Example
Text Example
White with #147D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D52; }
p { color: rgb(20,125,82); }
H1.HeaderClassName
{
color: #147D52;
}
.AnyTagClassName
{
color: #147D52;
}
</style>
background-color css
<style>
a { background-color: #147D52; }
a { background-color: rgb(20,125,82); }
div.DivClassName
{
background-color: #147D52;
}
.BgClassName
{
background-color: #147D52;
}
</style>
border-color css
<style>
span { border-color: #147D52; }
span { border-color: rgb(20,125,82); }
td.TdClassName
{
border-color: #147D52;
}
.TagClassName
{
border-color: #147D52;
}
</style>