Shades of Salem #148457
Tints of Salem #148457
RGB
CMYK
RGB Variations
Color information
#148457 (or 0x148457) is known color: Salem. HEX triplet: 14, 84 and 57. RGB value is (20,132,87). Sum of RGB (Red+Green+Blue) = 20+132+87=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #148457 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148457 is #EB7BA8. Grayscale: #5D5D5D. Windows color (decimal): -15432617 or 5735444. OLE color: 5735444.
HSL color Cylindrical-coordinate representation of color #148457: hue angle of 155.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148457 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 87 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.48 |
| HSL | 155.89º | 0.74% | 0.3% | - |
| HSV(B) | 155.89º | 0.85% | 0.52% | - |
| XYZ | 10.26 | 17.34 | 11.82 | - |
| YUV | 93.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 87 | 0.85 | 0 | 0.34 | 0.48 | 155.89 | 0.74 | 0.3 |
| Hex | 14 | 84 | 57 | 55 | 0 | 22 | 30 | 9C | 4A | 1E |
| Octal | 24 | 204 | 127 | 125 | 0 | 42 | 60 | 234 | 112 | 36 |
| Binary | 10100 | 10000100 | 1010111 | 1010101 | 0 | 100010 | 110000 | 10011100 | 1001010 | 11110 |
Color Harmonies of #148457
Complementary color
Monochromatic Colors of #148457
Black with #148457
Text Example
Text Example
White with #148457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148457; }
p { color: rgb(20,132,87); }
H1.HeaderClassName
{
color: #148457;
}
.AnyTagClassName
{
color: #148457;
}
</style>
background-color css
<style>
a { background-color: #148457; }
a { background-color: rgb(20,132,87); }
div.DivClassName
{
background-color: #148457;
}
.BgClassName
{
background-color: #148457;
}
</style>
border-color css
<style>
span { border-color: #148457; }
span { border-color: rgb(20,132,87); }
td.TdClassName
{
border-color: #148457;
}
.TagClassName
{
border-color: #148457;
}
</style>