Shades of Salem #137E47
Tints of Salem #137E47
RGB
CMYK
RGB Variations
Color information
#137E47 (or 0x137E47) is known color: Salem. HEX triplet: 13, 7E and 47. RGB value is (19,126,71). Sum of RGB (Red+Green+Blue) = 19+126+71=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 126 (49.61% from 255 or 58.33% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 126 - color contains mainly: green. Hex color #137E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137E47 is #EC81B8. Grayscale: #575757. Windows color (decimal): -15499705 or 4685331. OLE color: 4685331.
HSL color Cylindrical-coordinate representation of color #137E47: hue angle of 149.16º 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 #137E47 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 126 | 71 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.51 |
| HSL | 149.16º | 0.74% | 0.28% | - |
| HSV(B) | 149.16º | 0.85% | 0.49% | - |
| XYZ | 8.87 | 15.52 | 8.49 | - |
| YUV | 87.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 71 | 0.85 | 0 | 0.44 | 0.51 | 149.16 | 0.74 | 0.28 |
| Hex | 13 | 7E | 47 | 55 | 0 | 2C | 33 | 95 | 4A | 1C |
| Octal | 23 | 176 | 107 | 125 | 0 | 54 | 63 | 225 | 112 | 34 |
| Binary | 10011 | 1111110 | 1000111 | 1010101 | 0 | 101100 | 110011 | 10010101 | 1001010 | 11100 |
Color Harmonies of #137E47
Complementary color
Monochromatic Colors of #137E47
Black with #137E47
Text Example
Text Example
White with #137E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E47; }
p { color: rgb(19,126,71); }
H1.HeaderClassName
{
color: #137E47;
}
.AnyTagClassName
{
color: #137E47;
}
</style>
background-color css
<style>
a { background-color: #137E47; }
a { background-color: rgb(19,126,71); }
div.DivClassName
{
background-color: #137E47;
}
.BgClassName
{
background-color: #137E47;
}
</style>
border-color css
<style>
span { border-color: #137E47; }
span { border-color: rgb(19,126,71); }
td.TdClassName
{
border-color: #137E47;
}
.TagClassName
{
border-color: #137E47;
}
</style>