Shades of Salem #137E4D
Tints of Salem #137E4D
RGB
CMYK
RGB Variations
Color information
#137E4D (or 0x137E4D) is known color: Salem. HEX triplet: 13, 7E and 4D. RGB value is (19,126,77). Sum of RGB (Red+Green+Blue) = 19+126+77=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #137E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137E4D is #EC81B2. Grayscale: #585858. Windows color (decimal): -15499699 or 5078547. OLE color: 5078547.
HSL color Cylindrical-coordinate representation of color #137E4D: hue angle of 152.52º 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 #137E4D is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 126 | 77 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.51 |
| HSL | 152.52º | 0.74% | 0.28% | - |
| HSV(B) | 152.52º | 0.85% | 0.49% | - |
| XYZ | 9.07 | 15.6 | 9.55 | - |
| YUV | 88.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 77 | 0.85 | 0 | 0.39 | 0.51 | 152.52 | 0.74 | 0.28 |
| Hex | 13 | 7E | 4D | 55 | 0 | 27 | 33 | 99 | 4A | 1C |
| Octal | 23 | 176 | 115 | 125 | 0 | 47 | 63 | 231 | 112 | 34 |
| Binary | 10011 | 1111110 | 1001101 | 1010101 | 0 | 100111 | 110011 | 10011001 | 1001010 | 11100 |
Color Harmonies of #137E4D
Complementary color
Monochromatic Colors of #137E4D
Black with #137E4D
Text Example
Text Example
White with #137E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E4D; }
p { color: rgb(19,126,77); }
H1.HeaderClassName
{
color: #137E4D;
}
.AnyTagClassName
{
color: #137E4D;
}
</style>
background-color css
<style>
a { background-color: #137E4D; }
a { background-color: rgb(19,126,77); }
div.DivClassName
{
background-color: #137E4D;
}
.BgClassName
{
background-color: #137E4D;
}
</style>
border-color css
<style>
span { border-color: #137E4D; }
span { border-color: rgb(19,126,77); }
td.TdClassName
{
border-color: #137E4D;
}
.TagClassName
{
border-color: #137E4D;
}
</style>