Shades of Salem #148156
Tints of Salem #148156
RGB
CMYK
RGB Variations
Color information
#148156 (or 0x148156) is known color: Salem. HEX triplet: 14, 81 and 56. RGB value is (20,129,86). Sum of RGB (Red+Green+Blue) = 20+129+86=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #148156 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148156 is #EB7EA9. Grayscale: #5B5B5B. Windows color (decimal): -15433386 or 5669140. OLE color: 5669140.
HSL color Cylindrical-coordinate representation of color #148156: hue angle of 156.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148156 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 86 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.49 |
| HSL | 156.33º | 0.73% | 0.29% | - |
| HSV(B) | 156.33º | 0.84% | 0.51% | - |
| XYZ | 9.82 | 16.52 | 11.48 | - |
| YUV | 91.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 86 | 0.84 | 0 | 0.33 | 0.49 | 156.33 | 0.73 | 0.29 |
| Hex | 14 | 81 | 56 | 54 | 0 | 21 | 31 | 9C | 49 | 1D |
| Octal | 24 | 201 | 126 | 124 | 0 | 41 | 61 | 234 | 111 | 35 |
| Binary | 10100 | 10000001 | 1010110 | 1010100 | 0 | 100001 | 110001 | 10011100 | 1001001 | 11101 |
Color Harmonies of #148156
Complementary color
Monochromatic Colors of #148156
Black with #148156
Text Example
Text Example
White with #148156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148156; }
p { color: rgb(20,129,86); }
H1.HeaderClassName
{
color: #148156;
}
.AnyTagClassName
{
color: #148156;
}
</style>
background-color css
<style>
a { background-color: #148156; }
a { background-color: rgb(20,129,86); }
div.DivClassName
{
background-color: #148156;
}
.BgClassName
{
background-color: #148156;
}
</style>
border-color css
<style>
span { border-color: #148156; }
span { border-color: rgb(20,129,86); }
td.TdClassName
{
border-color: #148156;
}
.TagClassName
{
border-color: #148156;
}
</style>