Shades of Salem #157050
Tints of Salem #157050
RGB
CMYK
RGB Variations
Color information
#157050 (or 0x157050) is known color: Salem. HEX triplet: 15, 70 and 50. RGB value is (21,112,80). Sum of RGB (Red+Green+Blue) = 21+112+80=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #157050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157050 is #EA8FAF. Grayscale: #515151. Windows color (decimal): -15372208 or 5271573. OLE color: 5271573.
HSL color Cylindrical-coordinate representation of color #157050: hue angle of 158.9º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157050 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 80 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.56 |
| HSL | 158.9º | 0.68% | 0.26% | - |
| HSV(B) | 158.9º | 0.81% | 0.44% | - |
| XYZ | 7.55 | 12.33 | 9.57 | - |
| YUV | 81.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 80 | 0.81 | 0 | 0.29 | 0.56 | 158.9 | 0.68 | 0.26 |
| Hex | 15 | 70 | 50 | 51 | 0 | 1D | 38 | 9F | 44 | 1A |
| Octal | 25 | 160 | 120 | 121 | 0 | 35 | 70 | 237 | 104 | 32 |
| Binary | 10101 | 1110000 | 1010000 | 1010001 | 0 | 11101 | 111000 | 10011111 | 1000100 | 11010 |
Color Harmonies of #157050
Complementary color
Monochromatic Colors of #157050
Black with #157050
Text Example
Text Example
White with #157050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157050; }
p { color: rgb(21,112,80); }
H1.HeaderClassName
{
color: #157050;
}
.AnyTagClassName
{
color: #157050;
}
</style>
background-color css
<style>
a { background-color: #157050; }
a { background-color: rgb(21,112,80); }
div.DivClassName
{
background-color: #157050;
}
.BgClassName
{
background-color: #157050;
}
</style>
border-color css
<style>
span { border-color: #157050; }
span { border-color: rgb(21,112,80); }
td.TdClassName
{
border-color: #157050;
}
.TagClassName
{
border-color: #157050;
}
</style>