Shades of Salem #148657
Tints of Salem #148657
RGB
CMYK
RGB Variations
Color information
#148657 (or 0x148657) is known color: Salem. HEX triplet: 14, 86 and 57. RGB value is (20,134,87). Sum of RGB (Red+Green+Blue) = 20+134+87=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #148657 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148657 is #EB79A8. Grayscale: #5E5E5E. Windows color (decimal): -15432105 or 5735956. OLE color: 5735956.
HSL color Cylindrical-coordinate representation of color #148657: hue angle of 155.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148657 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 87 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.47 |
| HSL | 155.26º | 0.74% | 0.3% | - |
| HSV(B) | 155.26º | 0.85% | 0.53% | - |
| XYZ | 10.53 | 17.89 | 11.91 | - |
| YUV | 94.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 87 | 0.85 | 0 | 0.35 | 0.47 | 155.26 | 0.74 | 0.3 |
| Hex | 14 | 86 | 57 | 55 | 0 | 23 | 2F | 9B | 4A | 1E |
| Octal | 24 | 206 | 127 | 125 | 0 | 43 | 57 | 233 | 112 | 36 |
| Binary | 10100 | 10000110 | 1010111 | 1010101 | 0 | 100011 | 101111 | 10011011 | 1001010 | 11110 |
Color Harmonies of #148657
Complementary color
Monochromatic Colors of #148657
Black with #148657
Text Example
Text Example
White with #148657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148657; }
p { color: rgb(20,134,87); }
H1.HeaderClassName
{
color: #148657;
}
.AnyTagClassName
{
color: #148657;
}
</style>
background-color css
<style>
a { background-color: #148657; }
a { background-color: rgb(20,134,87); }
div.DivClassName
{
background-color: #148657;
}
.BgClassName
{
background-color: #148657;
}
</style>
border-color css
<style>
span { border-color: #148657; }
span { border-color: rgb(20,134,87); }
td.TdClassName
{
border-color: #148657;
}
.TagClassName
{
border-color: #148657;
}
</style>