Shades of Salem #137C53
Tints of Salem #137C53
RGB
CMYK
RGB Variations
Color information
#137C53 (or 0x137C53) is known color: Salem. HEX triplet: 13, 7C and 53. RGB value is (19,124,83). Sum of RGB (Red+Green+Blue) = 19+124+83=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #137C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C53 is #EC83AC. Grayscale: #575757. Windows color (decimal): -15500205 or 5471251. OLE color: 5471251.
HSL color Cylindrical-coordinate representation of color #137C53: hue angle of 156.57º 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 #137C53 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 83 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.51 |
| HSL | 156.57º | 0.73% | 0.28% | - |
| HSV(B) | 156.57º | 0.85% | 0.49% | - |
| XYZ | 9.04 | 15.18 | 10.64 | - |
| YUV | 87.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 83 | 0.85 | 0 | 0.33 | 0.51 | 156.57 | 0.73 | 0.28 |
| Hex | 13 | 7C | 53 | 55 | 0 | 21 | 33 | 9D | 49 | 1C |
| Octal | 23 | 174 | 123 | 125 | 0 | 41 | 63 | 235 | 111 | 34 |
| Binary | 10011 | 1111100 | 1010011 | 1010101 | 0 | 100001 | 110011 | 10011101 | 1001001 | 11100 |
Color Harmonies of #137C53
Complementary color
Monochromatic Colors of #137C53
Black with #137C53
Text Example
Text Example
White with #137C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C53; }
p { color: rgb(19,124,83); }
H1.HeaderClassName
{
color: #137C53;
}
.AnyTagClassName
{
color: #137C53;
}
</style>
background-color css
<style>
a { background-color: #137C53; }
a { background-color: rgb(19,124,83); }
div.DivClassName
{
background-color: #137C53;
}
.BgClassName
{
background-color: #137C53;
}
</style>
border-color css
<style>
span { border-color: #137C53; }
span { border-color: rgb(19,124,83); }
td.TdClassName
{
border-color: #137C53;
}
.TagClassName
{
border-color: #137C53;
}
</style>