Shades of Salem #137D57
Tints of Salem #137D57
RGB
CMYK
RGB Variations
Color information
#137D57 (or 0x137D57) is known color: Salem. HEX triplet: 13, 7D and 57. RGB value is (19,125,87). Sum of RGB (Red+Green+Blue) = 19+125+87=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #137D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D57 is #EC82A8. Grayscale: #595959. Windows color (decimal): -15499945 or 5733651. OLE color: 5733651.
HSL color Cylindrical-coordinate representation of color #137D57: hue angle of 158.49º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D57 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 87 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.51 |
| HSL | 158.49º | 0.74% | 0.28% | - |
| HSV(B) | 158.49º | 0.85% | 0.49% | - |
| XYZ | 9.32 | 15.49 | 11.52 | - |
| YUV | 88.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 87 | 0.85 | 0 | 0.30 | 0.51 | 158.49 | 0.74 | 0.28 |
| Hex | 13 | 7D | 57 | 55 | 0 | 1E | 33 | 9E | 4A | 1C |
| Octal | 23 | 175 | 127 | 125 | 0 | 36 | 63 | 236 | 112 | 34 |
| Binary | 10011 | 1111101 | 1010111 | 1010101 | 0 | 11110 | 110011 | 10011110 | 1001010 | 11100 |
Color Harmonies of #137D57
Complementary color
Monochromatic Colors of #137D57
Black with #137D57
Text Example
Text Example
White with #137D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D57; }
p { color: rgb(19,125,87); }
H1.HeaderClassName
{
color: #137D57;
}
.AnyTagClassName
{
color: #137D57;
}
</style>
background-color css
<style>
a { background-color: #137D57; }
a { background-color: rgb(19,125,87); }
div.DivClassName
{
background-color: #137D57;
}
.BgClassName
{
background-color: #137D57;
}
</style>
border-color css
<style>
span { border-color: #137D57; }
span { border-color: rgb(19,125,87); }
td.TdClassName
{
border-color: #137D57;
}
.TagClassName
{
border-color: #137D57;
}
</style>