Shades of Salem #148D4E
Tints of Salem #148D4E
RGB
CMYK
RGB Variations
Color information
#148D4E (or 0x148D4E) is known color: Salem. HEX triplet: 14, 8D and 4E. RGB value is (20,141,78). Sum of RGB (Red+Green+Blue) = 20+141+78=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 141 (55.47% from 255 or 59.00% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 141 - color contains mainly: green. Hex color #148D4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D4E is #EB72B1. Grayscale: #616161. Windows color (decimal): -15430322 or 5147924. OLE color: 5147924.
HSL color Cylindrical-coordinate representation of color #148D4E: hue angle of 148.76º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D4E is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 141 | 78 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.45 |
| HSL | 148.76º | 0.75% | 0.32% | - |
| HSV(B) | 148.76º | 0.86% | 0.55% | - |
| XYZ | 11.19 | 19.75 | 10.43 | - |
| YUV | 97.64 | 116.91 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 141 | 78 | 0.86 | 0 | 0.45 | 0.45 | 148.76 | 0.75 | 0.32 |
| Hex | 14 | 8D | 4E | 56 | 0 | 2D | 2D | 95 | 4B | 20 |
| Octal | 24 | 215 | 116 | 126 | 0 | 55 | 55 | 225 | 113 | 40 |
| Binary | 10100 | 10001101 | 1001110 | 1010110 | 0 | 101101 | 101101 | 10010101 | 1001011 | 100000 |
Color Harmonies of #148D4E
Complementary color
Monochromatic Colors of #148D4E
Black with #148D4E
Text Example
Text Example
White with #148D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148D4E; }
p { color: rgb(20,141,78); }
H1.HeaderClassName
{
color: #148D4E;
}
.AnyTagClassName
{
color: #148D4E;
}
</style>
background-color css
<style>
a { background-color: #148D4E; }
a { background-color: rgb(20,141,78); }
div.DivClassName
{
background-color: #148D4E;
}
.BgClassName
{
background-color: #148D4E;
}
</style>
border-color css
<style>
span { border-color: #148D4E; }
span { border-color: rgb(20,141,78); }
td.TdClassName
{
border-color: #148D4E;
}
.TagClassName
{
border-color: #148D4E;
}
</style>