Shades of Salem #157D55
Tints of Salem #157D55
RGB
CMYK
RGB Variations
Color information
#157D55 (or 0x157D55) is known color: Salem. HEX triplet: 15, 7D and 55. RGB value is (21,125,85). Sum of RGB (Red+Green+Blue) = 21+125+85=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #157D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157D55 is #EA82AA. Grayscale: #595959. Windows color (decimal): -15368875 or 5602581. OLE color: 5602581.
HSL color Cylindrical-coordinate representation of color #157D55: hue angle of 156.92º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157D55 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 85 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.51 |
| HSL | 156.92º | 0.71% | 0.29% | - |
| HSV(B) | 156.92º | 0.83% | 0.49% | - |
| XYZ | 9.28 | 15.48 | 11.09 | - |
| YUV | 89.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 85 | 0.83 | 0 | 0.32 | 0.51 | 156.92 | 0.71 | 0.29 |
| Hex | 15 | 7D | 55 | 53 | 0 | 20 | 33 | 9D | 47 | 1D |
| Octal | 25 | 175 | 125 | 123 | 0 | 40 | 63 | 235 | 107 | 35 |
| Binary | 10101 | 1111101 | 1010101 | 1010011 | 0 | 100000 | 110011 | 10011101 | 1000111 | 11101 |
Color Harmonies of #157D55
Complementary color
Monochromatic Colors of #157D55
Black with #157D55
Text Example
Text Example
White with #157D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D55; }
p { color: rgb(21,125,85); }
H1.HeaderClassName
{
color: #157D55;
}
.AnyTagClassName
{
color: #157D55;
}
</style>
background-color css
<style>
a { background-color: #157D55; }
a { background-color: rgb(21,125,85); }
div.DivClassName
{
background-color: #157D55;
}
.BgClassName
{
background-color: #157D55;
}
</style>
border-color css
<style>
span { border-color: #157D55; }
span { border-color: rgb(21,125,85); }
td.TdClassName
{
border-color: #157D55;
}
.TagClassName
{
border-color: #157D55;
}
</style>