Shades of Salem #157353
Tints of Salem #157353
RGB
CMYK
RGB Variations
Color information
#157353 (or 0x157353) is known color: Salem. HEX triplet: 15, 73 and 53. RGB value is (21,115,83). Sum of RGB (Red+Green+Blue) = 21+115+83=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #157353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157353 is #EA8CAC. Grayscale: #535353. Windows color (decimal): -15371437 or 5468949. OLE color: 5468949.
HSL color Cylindrical-coordinate representation of color #157353: hue angle of 159.57º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157353 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 115 | 83 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.55 |
| HSL | 159.57º | 0.69% | 0.27% | - |
| HSV(B) | 159.57º | 0.82% | 0.45% | - |
| XYZ | 8 | 13.05 | 10.28 | - |
| YUV | 83.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 83 | 0.82 | 0 | 0.28 | 0.55 | 159.57 | 0.69 | 0.27 |
| Hex | 15 | 73 | 53 | 52 | 0 | 1C | 37 | A0 | 45 | 1B |
| Octal | 25 | 163 | 123 | 122 | 0 | 34 | 67 | 240 | 105 | 33 |
| Binary | 10101 | 1110011 | 1010011 | 1010010 | 0 | 11100 | 110111 | 10100000 | 1000101 | 11011 |
Color Harmonies of #157353
Complementary color
Monochromatic Colors of #157353
Black with #157353
Text Example
Text Example
White with #157353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157353; }
p { color: rgb(21,115,83); }
H1.HeaderClassName
{
color: #157353;
}
.AnyTagClassName
{
color: #157353;
}
</style>
background-color css
<style>
a { background-color: #157353; }
a { background-color: rgb(21,115,83); }
div.DivClassName
{
background-color: #157353;
}
.BgClassName
{
background-color: #157353;
}
</style>
border-color css
<style>
span { border-color: #157353; }
span { border-color: rgb(21,115,83); }
td.TdClassName
{
border-color: #157353;
}
.TagClassName
{
border-color: #157353;
}
</style>