Shades of Salem #137D55
Tints of Salem #137D55
RGB
CMYK
RGB Variations
Color information
#137D55 (or 0x137D55) is known color: Salem. HEX triplet: 13, 7D and 55. RGB value is (19,125,85). Sum of RGB (Red+Green+Blue) = 19+125+85=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #137D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D55 is #EC82AA. Grayscale: #585858. Windows color (decimal): -15499947 or 5602579. OLE color: 5602579.
HSL color Cylindrical-coordinate representation of color #137D55: hue angle of 157.36º 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 #137D55 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 85 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.51 |
| HSL | 157.36º | 0.74% | 0.28% | - |
| HSV(B) | 157.36º | 0.85% | 0.49% | - |
| XYZ | 9.24 | 15.46 | 11.09 | - |
| YUV | 88.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 85 | 0.85 | 0 | 0.32 | 0.51 | 157.36 | 0.74 | 0.28 |
| Hex | 13 | 7D | 55 | 55 | 0 | 20 | 33 | 9D | 4A | 1C |
| Octal | 23 | 175 | 125 | 125 | 0 | 40 | 63 | 235 | 112 | 34 |
| Binary | 10011 | 1111101 | 1010101 | 1010101 | 0 | 100000 | 110011 | 10011101 | 1001010 | 11100 |
Color Harmonies of #137D55
Complementary color
Monochromatic Colors of #137D55
Black with #137D55
Text Example
Text Example
White with #137D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D55; }
p { color: rgb(19,125,85); }
H1.HeaderClassName
{
color: #137D55;
}
.AnyTagClassName
{
color: #137D55;
}
</style>
background-color css
<style>
a { background-color: #137D55; }
a { background-color: rgb(19,125,85); }
div.DivClassName
{
background-color: #137D55;
}
.BgClassName
{
background-color: #137D55;
}
</style>
border-color css
<style>
span { border-color: #137D55; }
span { border-color: rgb(19,125,85); }
td.TdClassName
{
border-color: #137D55;
}
.TagClassName
{
border-color: #137D55;
}
</style>