Shades of Salem #137B4A
Tints of Salem #137B4A
RGB
CMYK
RGB Variations
Color information
#137B4A (or 0x137B4A) is known color: Salem. HEX triplet: 13, 7B and 4A. RGB value is (19,123,74). Sum of RGB (Red+Green+Blue) = 19+123+74=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #137B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B4A is #EC84B5. Grayscale: #565656. Windows color (decimal): -15500470 or 4881171. OLE color: 4881171.
HSL color Cylindrical-coordinate representation of color #137B4A: hue angle of 151.73º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B4A is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 74 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.52 |
| HSL | 151.73º | 0.73% | 0.28% | - |
| HSV(B) | 151.73º | 0.85% | 0.48% | - |
| XYZ | 8.59 | 14.8 | 8.88 | - |
| YUV | 86.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 74 | 0.85 | 0 | 0.40 | 0.52 | 151.73 | 0.73 | 0.28 |
| Hex | 13 | 7B | 4A | 55 | 0 | 28 | 34 | 98 | 49 | 1C |
| Octal | 23 | 173 | 112 | 125 | 0 | 50 | 64 | 230 | 111 | 34 |
| Binary | 10011 | 1111011 | 1001010 | 1010101 | 0 | 101000 | 110100 | 10011000 | 1001001 | 11100 |
Color Harmonies of #137B4A
Complementary color
Monochromatic Colors of #137B4A
Black with #137B4A
Text Example
Text Example
White with #137B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B4A; }
p { color: rgb(19,123,74); }
H1.HeaderClassName
{
color: #137B4A;
}
.AnyTagClassName
{
color: #137B4A;
}
</style>
background-color css
<style>
a { background-color: #137B4A; }
a { background-color: rgb(19,123,74); }
div.DivClassName
{
background-color: #137B4A;
}
.BgClassName
{
background-color: #137B4A;
}
</style>
border-color css
<style>
span { border-color: #137B4A; }
span { border-color: rgb(19,123,74); }
td.TdClassName
{
border-color: #137B4A;
}
.TagClassName
{
border-color: #137B4A;
}
</style>