Shades of Salem #137C47
Tints of Salem #137C47
RGB
CMYK
RGB Variations
Color information
#137C47 (or 0x137C47) is known color: Salem. HEX triplet: 13, 7C and 47. RGB value is (19,124,71). Sum of RGB (Red+Green+Blue) = 19+124+71=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #137C47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C47 is #EC83B8. Grayscale: #565656. Windows color (decimal): -15500217 or 4684819. OLE color: 4684819.
HSL color Cylindrical-coordinate representation of color #137C47: hue angle of 149.71º 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 #137C47 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 71 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.51 |
| HSL | 149.71º | 0.73% | 0.28% | - |
| HSV(B) | 149.71º | 0.85% | 0.49% | - |
| XYZ | 8.61 | 15.01 | 8.4 | - |
| YUV | 86.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 71 | 0.85 | 0 | 0.43 | 0.51 | 149.71 | 0.73 | 0.28 |
| Hex | 13 | 7C | 47 | 55 | 0 | 2B | 33 | 96 | 49 | 1C |
| Octal | 23 | 174 | 107 | 125 | 0 | 53 | 63 | 226 | 111 | 34 |
| Binary | 10011 | 1111100 | 1000111 | 1010101 | 0 | 101011 | 110011 | 10010110 | 1001001 | 11100 |
Color Harmonies of #137C47
Complementary color
Monochromatic Colors of #137C47
Black with #137C47
Text Example
Text Example
White with #137C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C47; }
p { color: rgb(19,124,71); }
H1.HeaderClassName
{
color: #137C47;
}
.AnyTagClassName
{
color: #137C47;
}
</style>
background-color css
<style>
a { background-color: #137C47; }
a { background-color: rgb(19,124,71); }
div.DivClassName
{
background-color: #137C47;
}
.BgClassName
{
background-color: #137C47;
}
</style>
border-color css
<style>
span { border-color: #137C47; }
span { border-color: rgb(19,124,71); }
td.TdClassName
{
border-color: #137C47;
}
.TagClassName
{
border-color: #137C47;
}
</style>