Shades of Salem #137C56
Tints of Salem #137C56
RGB
CMYK
RGB Variations
Color information
#137C56 (or 0x137C56) is known color: Salem. HEX triplet: 13, 7C and 56. RGB value is (19,124,86). Sum of RGB (Red+Green+Blue) = 19+124+86=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #137C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C56 is #EC83A9. Grayscale: #585858. Windows color (decimal): -15500202 or 5667859. OLE color: 5667859.
HSL color Cylindrical-coordinate representation of color #137C56: hue angle of 158.29º degrees, saturation: 0.73, 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 #137C56 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 86 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.51 |
| HSL | 158.29º | 0.73% | 0.28% | - |
| HSV(B) | 158.29º | 0.85% | 0.49% | - |
| XYZ | 9.16 | 15.23 | 11.26 | - |
| YUV | 88.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 86 | 0.85 | 0 | 0.31 | 0.51 | 158.29 | 0.73 | 0.28 |
| Hex | 13 | 7C | 56 | 55 | 0 | 1F | 33 | 9E | 49 | 1C |
| Octal | 23 | 174 | 126 | 125 | 0 | 37 | 63 | 236 | 111 | 34 |
| Binary | 10011 | 1111100 | 1010110 | 1010101 | 0 | 11111 | 110011 | 10011110 | 1001001 | 11100 |
Color Harmonies of #137C56
Complementary color
Monochromatic Colors of #137C56
Black with #137C56
Text Example
Text Example
White with #137C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C56; }
p { color: rgb(19,124,86); }
H1.HeaderClassName
{
color: #137C56;
}
.AnyTagClassName
{
color: #137C56;
}
</style>
background-color css
<style>
a { background-color: #137C56; }
a { background-color: rgb(19,124,86); }
div.DivClassName
{
background-color: #137C56;
}
.BgClassName
{
background-color: #137C56;
}
</style>
border-color css
<style>
span { border-color: #137C56; }
span { border-color: rgb(19,124,86); }
td.TdClassName
{
border-color: #137C56;
}
.TagClassName
{
border-color: #137C56;
}
</style>