Shades of Salem #157C4E
Tints of Salem #157C4E
RGB
CMYK
RGB Variations
Color information
#157C4E (or 0x157C4E) is known color: Salem. HEX triplet: 15, 7C and 4E. RGB value is (21,124,78). Sum of RGB (Red+Green+Blue) = 21+124+78=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #157C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C4E is #EA83B1. Grayscale: #585858. Windows color (decimal): -15369138 or 5143573. OLE color: 5143573.
HSL color Cylindrical-coordinate representation of color #157C4E: hue angle of 153.2º 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 #157C4E is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 78 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.51 |
| HSL | 153.2º | 0.71% | 0.28% | - |
| HSV(B) | 153.2º | 0.83% | 0.49% | - |
| XYZ | 8.89 | 15.12 | 9.66 | - |
| YUV | 87.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 78 | 0.83 | 0 | 0.37 | 0.51 | 153.2 | 0.71 | 0.28 |
| Hex | 15 | 7C | 4E | 53 | 0 | 25 | 33 | 99 | 47 | 1C |
| Octal | 25 | 174 | 116 | 123 | 0 | 45 | 63 | 231 | 107 | 34 |
| Binary | 10101 | 1111100 | 1001110 | 1010011 | 0 | 100101 | 110011 | 10011001 | 1000111 | 11100 |
Color Harmonies of #157C4E
Complementary color
Monochromatic Colors of #157C4E
Black with #157C4E
Text Example
Text Example
White with #157C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C4E; }
p { color: rgb(21,124,78); }
H1.HeaderClassName
{
color: #157C4E;
}
.AnyTagClassName
{
color: #157C4E;
}
</style>
background-color css
<style>
a { background-color: #157C4E; }
a { background-color: rgb(21,124,78); }
div.DivClassName
{
background-color: #157C4E;
}
.BgClassName
{
background-color: #157C4E;
}
</style>
border-color css
<style>
span { border-color: #157C4E; }
span { border-color: rgb(21,124,78); }
td.TdClassName
{
border-color: #157C4E;
}
.TagClassName
{
border-color: #157C4E;
}
</style>