Shades of Salem #137E51
Tints of Salem #137E51
RGB
CMYK
RGB Variations
Color information
#137E51 (or 0x137E51) is known color: Salem. HEX triplet: 13, 7E and 51. RGB value is (19,126,81). Sum of RGB (Red+Green+Blue) = 19+126+81=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #137E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137E51 is #EC81AE. Grayscale: #585858. Windows color (decimal): -15499695 or 5340691. OLE color: 5340691.
HSL color Cylindrical-coordinate representation of color #137E51: hue angle of 154.77º 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 #137E51 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 126 | 81 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.51 |
| HSL | 154.77º | 0.74% | 0.28% | - |
| HSV(B) | 154.77º | 0.85% | 0.49% | - |
| XYZ | 9.21 | 15.65 | 10.32 | - |
| YUV | 88.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 81 | 0.85 | 0 | 0.36 | 0.51 | 154.77 | 0.74 | 0.28 |
| Hex | 13 | 7E | 51 | 55 | 0 | 24 | 33 | 9B | 4A | 1C |
| Octal | 23 | 176 | 121 | 125 | 0 | 44 | 63 | 233 | 112 | 34 |
| Binary | 10011 | 1111110 | 1010001 | 1010101 | 0 | 100100 | 110011 | 10011011 | 1001010 | 11100 |
Color Harmonies of #137E51
Complementary color
Monochromatic Colors of #137E51
Black with #137E51
Text Example
Text Example
White with #137E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E51; }
p { color: rgb(19,126,81); }
H1.HeaderClassName
{
color: #137E51;
}
.AnyTagClassName
{
color: #137E51;
}
</style>
background-color css
<style>
a { background-color: #137E51; }
a { background-color: rgb(19,126,81); }
div.DivClassName
{
background-color: #137E51;
}
.BgClassName
{
background-color: #137E51;
}
</style>
border-color css
<style>
span { border-color: #137E51; }
span { border-color: rgb(19,126,81); }
td.TdClassName
{
border-color: #137E51;
}
.TagClassName
{
border-color: #137E51;
}
</style>