Shades of Salem #147F4D
Tints of Salem #147F4D
RGB
CMYK
RGB Variations
Color information
#147F4D (or 0x147F4D) is known color: Salem. HEX triplet: 14, 7F and 4D. RGB value is (20,127,77). Sum of RGB (Red+Green+Blue) = 20+127+77=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #147F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F4D is #EB80B2. Grayscale: #595959. Windows color (decimal): -15433907 or 5078804. OLE color: 5078804.
HSL color Cylindrical-coordinate representation of color #147F4D: hue angle of 151.96º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F4D is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 77 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.50 |
| HSL | 151.96º | 0.73% | 0.29% | - |
| HSV(B) | 151.96º | 0.84% | 0.5% | - |
| XYZ | 9.22 | 15.86 | 9.6 | - |
| YUV | 89.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 77 | 0.84 | 0 | 0.39 | 0.50 | 151.96 | 0.73 | 0.29 |
| Hex | 14 | 7F | 4D | 54 | 0 | 27 | 32 | 98 | 49 | 1D |
| Octal | 24 | 177 | 115 | 124 | 0 | 47 | 62 | 230 | 111 | 35 |
| Binary | 10100 | 1111111 | 1001101 | 1010100 | 0 | 100111 | 110010 | 10011000 | 1001001 | 11101 |
Color Harmonies of #147F4D
Complementary color
Monochromatic Colors of #147F4D
Black with #147F4D
Text Example
Text Example
White with #147F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F4D; }
p { color: rgb(20,127,77); }
H1.HeaderClassName
{
color: #147F4D;
}
.AnyTagClassName
{
color: #147F4D;
}
</style>
background-color css
<style>
a { background-color: #147F4D; }
a { background-color: rgb(20,127,77); }
div.DivClassName
{
background-color: #147F4D;
}
.BgClassName
{
background-color: #147F4D;
}
</style>
border-color css
<style>
span { border-color: #147F4D; }
span { border-color: rgb(20,127,77); }
td.TdClassName
{
border-color: #147F4D;
}
.TagClassName
{
border-color: #147F4D;
}
</style>