Shades of Salem #137C52
Tints of Salem #137C52
RGB
CMYK
RGB Variations
Color information
#137C52 (or 0x137C52) is known color: Salem. HEX triplet: 13, 7C and 52. RGB value is (19,124,82). Sum of RGB (Red+Green+Blue) = 19+124+82=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #137C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C52 is #EC83AD. Grayscale: #575757. Windows color (decimal): -15500206 or 5405715. OLE color: 5405715.
HSL color Cylindrical-coordinate representation of color #137C52: hue angle of 156º 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 #137C52 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 82 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.51 |
| HSL | 156º | 0.73% | 0.28% | - |
| HSV(B) | 156º | 0.85% | 0.49% | - |
| XYZ | 9 | 15.16 | 10.44 | - |
| YUV | 87.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 82 | 0.85 | 0 | 0.34 | 0.51 | 156 | 0.73 | 0.28 |
| Hex | 13 | 7C | 52 | 55 | 0 | 22 | 33 | 9C | 49 | 1C |
| Octal | 23 | 174 | 122 | 125 | 0 | 42 | 63 | 234 | 111 | 34 |
| Binary | 10011 | 1111100 | 1010010 | 1010101 | 0 | 100010 | 110011 | 10011100 | 1001001 | 11100 |
Color Harmonies of #137C52
Complementary color
Monochromatic Colors of #137C52
Black with #137C52
Text Example
Text Example
White with #137C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C52; }
p { color: rgb(19,124,82); }
H1.HeaderClassName
{
color: #137C52;
}
.AnyTagClassName
{
color: #137C52;
}
</style>
background-color css
<style>
a { background-color: #137C52; }
a { background-color: rgb(19,124,82); }
div.DivClassName
{
background-color: #137C52;
}
.BgClassName
{
background-color: #137C52;
}
</style>
border-color css
<style>
span { border-color: #137C52; }
span { border-color: rgb(19,124,82); }
td.TdClassName
{
border-color: #137C52;
}
.TagClassName
{
border-color: #137C52;
}
</style>