Shades of Salem #157C4F
Tints of Salem #157C4F
RGB
CMYK
RGB Variations
Color information
#157C4F (or 0x157C4F) is known color: Salem. HEX triplet: 15, 7C and 4F. RGB value is (21,124,79). Sum of RGB (Red+Green+Blue) = 21+124+79=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #157C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C4F is #EA83B0. Grayscale: #585858. Windows color (decimal): -15369137 or 5209109. OLE color: 5209109.
HSL color Cylindrical-coordinate representation of color #157C4F: hue angle of 153.79º 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 #157C4F is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 79 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.51 |
| HSL | 153.79º | 0.71% | 0.28% | - |
| HSV(B) | 153.79º | 0.83% | 0.49% | - |
| XYZ | 8.93 | 15.14 | 9.85 | - |
| YUV | 88.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 79 | 0.83 | 0 | 0.36 | 0.51 | 153.79 | 0.71 | 0.28 |
| Hex | 15 | 7C | 4F | 53 | 0 | 24 | 33 | 9A | 47 | 1C |
| Octal | 25 | 174 | 117 | 123 | 0 | 44 | 63 | 232 | 107 | 34 |
| Binary | 10101 | 1111100 | 1001111 | 1010011 | 0 | 100100 | 110011 | 10011010 | 1000111 | 11100 |
Color Harmonies of #157C4F
Complementary color
Monochromatic Colors of #157C4F
Black with #157C4F
Text Example
Text Example
White with #157C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C4F; }
p { color: rgb(21,124,79); }
H1.HeaderClassName
{
color: #157C4F;
}
.AnyTagClassName
{
color: #157C4F;
}
</style>
background-color css
<style>
a { background-color: #157C4F; }
a { background-color: rgb(21,124,79); }
div.DivClassName
{
background-color: #157C4F;
}
.BgClassName
{
background-color: #157C4F;
}
</style>
border-color css
<style>
span { border-color: #157C4F; }
span { border-color: rgb(21,124,79); }
td.TdClassName
{
border-color: #157C4F;
}
.TagClassName
{
border-color: #157C4F;
}
</style>