Shades of Salem #148558
Tints of Salem #148558
RGB
CMYK
RGB Variations
Color information
#148558 (or 0x148558) is known color: Salem. HEX triplet: 14, 85 and 58. RGB value is (20,133,88). Sum of RGB (Red+Green+Blue) = 20+133+88=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #148558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148558 is #EB7AA7. Grayscale: #5E5E5E. Windows color (decimal): -15432360 or 5801236. OLE color: 5801236.
HSL color Cylindrical-coordinate representation of color #148558: hue angle of 156.11º 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 #148558 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 88 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.48 |
| HSL | 156.11º | 0.74% | 0.3% | - |
| HSV(B) | 156.11º | 0.85% | 0.52% | - |
| XYZ | 10.44 | 17.63 | 12.09 | - |
| YUV | 94.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 88 | 0.85 | 0 | 0.34 | 0.48 | 156.11 | 0.74 | 0.3 |
| Hex | 14 | 85 | 58 | 55 | 0 | 22 | 30 | 9C | 4A | 1E |
| Octal | 24 | 205 | 130 | 125 | 0 | 42 | 60 | 234 | 112 | 36 |
| Binary | 10100 | 10000101 | 1011000 | 1010101 | 0 | 100010 | 110000 | 10011100 | 1001010 | 11110 |
Color Harmonies of #148558
Complementary color
Monochromatic Colors of #148558
Black with #148558
Text Example
Text Example
White with #148558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148558; }
p { color: rgb(20,133,88); }
H1.HeaderClassName
{
color: #148558;
}
.AnyTagClassName
{
color: #148558;
}
</style>
background-color css
<style>
a { background-color: #148558; }
a { background-color: rgb(20,133,88); }
div.DivClassName
{
background-color: #148558;
}
.BgClassName
{
background-color: #148558;
}
</style>
border-color css
<style>
span { border-color: #148558; }
span { border-color: rgb(20,133,88); }
td.TdClassName
{
border-color: #148558;
}
.TagClassName
{
border-color: #148558;
}
</style>