Shades of Salem #148550
Tints of Salem #148550
RGB
CMYK
RGB Variations
Color information
#148550 (or 0x148550) is known color: Salem. HEX triplet: 14, 85 and 50. RGB value is (20,133,80). Sum of RGB (Red+Green+Blue) = 20+133+80=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #148550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148550 is #EB7AAF. Grayscale: #5D5D5D. Windows color (decimal): -15432368 or 5276948. OLE color: 5276948.
HSL color Cylindrical-coordinate representation of color #148550: hue angle of 151.86º 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 #148550 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 80 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.48 |
| HSL | 151.86º | 0.74% | 0.3% | - |
| HSV(B) | 151.86º | 0.85% | 0.52% | - |
| XYZ | 10.12 | 17.5 | 10.43 | - |
| YUV | 93.17 | 120.56 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 80 | 0.85 | 0 | 0.40 | 0.48 | 151.86 | 0.74 | 0.3 |
| Hex | 14 | 85 | 50 | 55 | 0 | 28 | 30 | 98 | 4A | 1E |
| Octal | 24 | 205 | 120 | 125 | 0 | 50 | 60 | 230 | 112 | 36 |
| Binary | 10100 | 10000101 | 1010000 | 1010101 | 0 | 101000 | 110000 | 10011000 | 1001010 | 11110 |
Color Harmonies of #148550
Complementary color
Monochromatic Colors of #148550
Black with #148550
Text Example
Text Example
White with #148550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148550; }
p { color: rgb(20,133,80); }
H1.HeaderClassName
{
color: #148550;
}
.AnyTagClassName
{
color: #148550;
}
</style>
background-color css
<style>
a { background-color: #148550; }
a { background-color: rgb(20,133,80); }
div.DivClassName
{
background-color: #148550;
}
.BgClassName
{
background-color: #148550;
}
</style>
border-color css
<style>
span { border-color: #148550; }
span { border-color: rgb(20,133,80); }
td.TdClassName
{
border-color: #148550;
}
.TagClassName
{
border-color: #148550;
}
</style>