Shades of Salem #148B58
Tints of Salem #148B58
RGB
CMYK
RGB Variations
Color information
#148B58 (or 0x148B58) is known color: Salem. HEX triplet: 14, 8B and 58. RGB value is (20,139,88). Sum of RGB (Red+Green+Blue) = 20+139+88=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #148B58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148B58 is #EB74A7. Grayscale: #616161. Windows color (decimal): -15430824 or 5802772. OLE color: 5802772.
HSL color Cylindrical-coordinate representation of color #148B58: hue angle of 154.29º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148B58 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 139 | 88 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.45 |
| HSL | 154.29º | 0.75% | 0.31% | - |
| HSV(B) | 154.29º | 0.86% | 0.55% | - |
| XYZ | 11.28 | 19.32 | 12.37 | - |
| YUV | 97.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 88 | 0.86 | 0 | 0.37 | 0.45 | 154.29 | 0.75 | 0.31 |
| Hex | 14 | 8B | 58 | 56 | 0 | 25 | 2D | 9A | 4B | 1F |
| Octal | 24 | 213 | 130 | 126 | 0 | 45 | 55 | 232 | 113 | 37 |
| Binary | 10100 | 10001011 | 1011000 | 1010110 | 0 | 100101 | 101101 | 10011010 | 1001011 | 11111 |
Color Harmonies of #148B58
Complementary color
Monochromatic Colors of #148B58
Black with #148B58
Text Example
Text Example
White with #148B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148B58; }
p { color: rgb(20,139,88); }
H1.HeaderClassName
{
color: #148B58;
}
.AnyTagClassName
{
color: #148B58;
}
</style>
background-color css
<style>
a { background-color: #148B58; }
a { background-color: rgb(20,139,88); }
div.DivClassName
{
background-color: #148B58;
}
.BgClassName
{
background-color: #148B58;
}
</style>
border-color css
<style>
span { border-color: #148B58; }
span { border-color: rgb(20,139,88); }
td.TdClassName
{
border-color: #148B58;
}
.TagClassName
{
border-color: #148B58;
}
</style>