Shades of Salem #157C48
Tints of Salem #157C48
RGB
CMYK
RGB Variations
Color information
#157C48 (or 0x157C48) is known color: Salem. HEX triplet: 15, 7C and 48. RGB value is (21,124,72). Sum of RGB (Red+Green+Blue) = 21+124+72=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #157C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157C48 is #EA83B7. Grayscale: #575757. Windows color (decimal): -15369144 or 4750357. OLE color: 4750357.
HSL color Cylindrical-coordinate representation of color #157C48: hue angle of 149.71º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C48 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 72 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.51 |
| HSL | 149.71º | 0.71% | 0.28% | - |
| HSV(B) | 149.71º | 0.83% | 0.49% | - |
| XYZ | 8.69 | 15.04 | 8.58 | - |
| YUV | 87.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 72 | 0.83 | 0 | 0.42 | 0.51 | 149.71 | 0.71 | 0.28 |
| Hex | 15 | 7C | 48 | 53 | 0 | 2A | 33 | 96 | 47 | 1C |
| Octal | 25 | 174 | 110 | 123 | 0 | 52 | 63 | 226 | 107 | 34 |
| Binary | 10101 | 1111100 | 1001000 | 1010011 | 0 | 101010 | 110011 | 10010110 | 1000111 | 11100 |
Color Harmonies of #157C48
Complementary color
Monochromatic Colors of #157C48
Black with #157C48
Text Example
Text Example
White with #157C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C48; }
p { color: rgb(21,124,72); }
H1.HeaderClassName
{
color: #157C48;
}
.AnyTagClassName
{
color: #157C48;
}
</style>
background-color css
<style>
a { background-color: #157C48; }
a { background-color: rgb(21,124,72); }
div.DivClassName
{
background-color: #157C48;
}
.BgClassName
{
background-color: #157C48;
}
</style>
border-color css
<style>
span { border-color: #157C48; }
span { border-color: rgb(21,124,72); }
td.TdClassName
{
border-color: #157C48;
}
.TagClassName
{
border-color: #157C48;
}
</style>