Shades of Salem #137A57
Tints of Salem #137A57
RGB
CMYK
RGB Variations
Color information
#137A57 (or 0x137A57) is known color: Salem. HEX triplet: 13, 7A and 57. RGB value is (19,122,87). Sum of RGB (Red+Green+Blue) = 19+122+87=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #137A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A57 is #EC85A8. Grayscale: #575757. Windows color (decimal): -15500713 or 5732883. OLE color: 5732883.
HSL color Cylindrical-coordinate representation of color #137A57: hue angle of 159.61º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A57 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 87 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.52 |
| HSL | 159.61º | 0.73% | 0.28% | - |
| HSV(B) | 159.61º | 0.84% | 0.48% | - |
| XYZ | 8.95 | 14.75 | 11.39 | - |
| YUV | 87.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 87 | 0.84 | 0 | 0.29 | 0.52 | 159.61 | 0.73 | 0.28 |
| Hex | 13 | 7A | 57 | 54 | 0 | 1D | 34 | A0 | 49 | 1C |
| Octal | 23 | 172 | 127 | 124 | 0 | 35 | 64 | 240 | 111 | 34 |
| Binary | 10011 | 1111010 | 1010111 | 1010100 | 0 | 11101 | 110100 | 10100000 | 1001001 | 11100 |
Color Harmonies of #137A57
Complementary color
Monochromatic Colors of #137A57
Black with #137A57
Text Example
Text Example
White with #137A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A57; }
p { color: rgb(19,122,87); }
H1.HeaderClassName
{
color: #137A57;
}
.AnyTagClassName
{
color: #137A57;
}
</style>
background-color css
<style>
a { background-color: #137A57; }
a { background-color: rgb(19,122,87); }
div.DivClassName
{
background-color: #137A57;
}
.BgClassName
{
background-color: #137A57;
}
</style>
border-color css
<style>
span { border-color: #137A57; }
span { border-color: rgb(19,122,87); }
td.TdClassName
{
border-color: #137A57;
}
.TagClassName
{
border-color: #137A57;
}
</style>