Shades of Salem #148552
Tints of Salem #148552
RGB
CMYK
RGB Variations
Color information
#148552 (or 0x148552) is known color: Salem. HEX triplet: 14, 85 and 52. RGB value is (20,133,82). Sum of RGB (Red+Green+Blue) = 20+133+82=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #148552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148552 is #EB7AAD. Grayscale: #5D5D5D. Windows color (decimal): -15432366 or 5408020. OLE color: 5408020.
HSL color Cylindrical-coordinate representation of color #148552: hue angle of 152.92º 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 #148552 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 82 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.48 |
| HSL | 152.92º | 0.74% | 0.3% | - |
| HSV(B) | 152.92º | 0.85% | 0.52% | - |
| XYZ | 10.2 | 17.53 | 10.83 | - |
| YUV | 93.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 82 | 0.85 | 0 | 0.38 | 0.48 | 152.92 | 0.74 | 0.3 |
| Hex | 14 | 85 | 52 | 55 | 0 | 26 | 30 | 99 | 4A | 1E |
| Octal | 24 | 205 | 122 | 125 | 0 | 46 | 60 | 231 | 112 | 36 |
| Binary | 10100 | 10000101 | 1010010 | 1010101 | 0 | 100110 | 110000 | 10011001 | 1001010 | 11110 |
Color Harmonies of #148552
Complementary color
Monochromatic Colors of #148552
Black with #148552
Text Example
Text Example
White with #148552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148552; }
p { color: rgb(20,133,82); }
H1.HeaderClassName
{
color: #148552;
}
.AnyTagClassName
{
color: #148552;
}
</style>
background-color css
<style>
a { background-color: #148552; }
a { background-color: rgb(20,133,82); }
div.DivClassName
{
background-color: #148552;
}
.BgClassName
{
background-color: #148552;
}
</style>
border-color css
<style>
span { border-color: #148552; }
span { border-color: rgb(20,133,82); }
td.TdClassName
{
border-color: #148552;
}
.TagClassName
{
border-color: #148552;
}
</style>