Shades of Salem #137A47
Tints of Salem #137A47
RGB
CMYK
RGB Variations
Color information
#137A47 (or 0x137A47) is known color: Salem. HEX triplet: 13, 7A and 47. RGB value is (19,122,71). Sum of RGB (Red+Green+Blue) = 19+122+71=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #137A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A47 is #EC85B8. Grayscale: #555555. Windows color (decimal): -15500729 or 4684307. OLE color: 4684307.
HSL color Cylindrical-coordinate representation of color #137A47: hue angle of 150.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A47 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 71 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.52 |
| HSL | 150.29º | 0.73% | 0.28% | - |
| HSV(B) | 150.29º | 0.84% | 0.48% | - |
| XYZ | 8.37 | 14.51 | 8.32 | - |
| YUV | 85.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 71 | 0.84 | 0 | 0.42 | 0.52 | 150.29 | 0.73 | 0.28 |
| Hex | 13 | 7A | 47 | 54 | 0 | 2A | 34 | 96 | 49 | 1C |
| Octal | 23 | 172 | 107 | 124 | 0 | 52 | 64 | 226 | 111 | 34 |
| Binary | 10011 | 1111010 | 1000111 | 1010100 | 0 | 101010 | 110100 | 10010110 | 1001001 | 11100 |
Color Harmonies of #137A47
Complementary color
Monochromatic Colors of #137A47
Black with #137A47
Text Example
Text Example
White with #137A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A47; }
p { color: rgb(19,122,71); }
H1.HeaderClassName
{
color: #137A47;
}
.AnyTagClassName
{
color: #137A47;
}
</style>
background-color css
<style>
a { background-color: #137A47; }
a { background-color: rgb(19,122,71); }
div.DivClassName
{
background-color: #137A47;
}
.BgClassName
{
background-color: #137A47;
}
</style>
border-color css
<style>
span { border-color: #137A47; }
span { border-color: rgb(19,122,71); }
td.TdClassName
{
border-color: #137A47;
}
.TagClassName
{
border-color: #137A47;
}
</style>