Shades of Salem #137A4F
Tints of Salem #137A4F
RGB
CMYK
RGB Variations
Color information
#137A4F (or 0x137A4F) is known color: Salem. HEX triplet: 13, 7A and 4F. RGB value is (19,122,79). Sum of RGB (Red+Green+Blue) = 19+122+79=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #137A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A4F is #EC85B0. Grayscale: #565656. Windows color (decimal): -15500721 or 5208595. OLE color: 5208595.
HSL color Cylindrical-coordinate representation of color #137A4F: hue angle of 154.95º 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 #137A4F is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 79 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.52 |
| HSL | 154.95º | 0.73% | 0.28% | - |
| HSV(B) | 154.95º | 0.84% | 0.48% | - |
| XYZ | 8.64 | 14.62 | 9.76 | - |
| YUV | 86.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 79 | 0.84 | 0 | 0.35 | 0.52 | 154.95 | 0.73 | 0.28 |
| Hex | 13 | 7A | 4F | 54 | 0 | 23 | 34 | 9B | 49 | 1C |
| Octal | 23 | 172 | 117 | 124 | 0 | 43 | 64 | 233 | 111 | 34 |
| Binary | 10011 | 1111010 | 1001111 | 1010100 | 0 | 100011 | 110100 | 10011011 | 1001001 | 11100 |
Color Harmonies of #137A4F
Complementary color
Monochromatic Colors of #137A4F
Black with #137A4F
Text Example
Text Example
White with #137A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A4F; }
p { color: rgb(19,122,79); }
H1.HeaderClassName
{
color: #137A4F;
}
.AnyTagClassName
{
color: #137A4F;
}
</style>
background-color css
<style>
a { background-color: #137A4F; }
a { background-color: rgb(19,122,79); }
div.DivClassName
{
background-color: #137A4F;
}
.BgClassName
{
background-color: #137A4F;
}
</style>
border-color css
<style>
span { border-color: #137A4F; }
span { border-color: rgb(19,122,79); }
td.TdClassName
{
border-color: #137A4F;
}
.TagClassName
{
border-color: #137A4F;
}
</style>