Shades of Salem #137052
Tints of Salem #137052
RGB
CMYK
RGB Variations
Color information
#137052 (or 0x137052) is known color: Salem. HEX triplet: 13, 70 and 52. RGB value is (19,112,82). Sum of RGB (Red+Green+Blue) = 19+112+82=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #137052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137052 is #EC8FAD. Grayscale: #505050. Windows color (decimal): -15503278 or 5402643. OLE color: 5402643.
HSL color Cylindrical-coordinate representation of color #137052: hue angle of 160.65º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137052 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 82 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.56 |
| HSL | 160.65º | 0.71% | 0.26% | - |
| HSV(B) | 160.65º | 0.83% | 0.44% | - |
| XYZ | 7.59 | 12.34 | 9.96 | - |
| YUV | 80.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 82 | 0.83 | 0 | 0.27 | 0.56 | 160.65 | 0.71 | 0.26 |
| Hex | 13 | 70 | 52 | 53 | 0 | 1B | 38 | A1 | 47 | 1A |
| Octal | 23 | 160 | 122 | 123 | 0 | 33 | 70 | 241 | 107 | 32 |
| Binary | 10011 | 1110000 | 1010010 | 1010011 | 0 | 11011 | 111000 | 10100001 | 1000111 | 11010 |
Color Harmonies of #137052
Complementary color
Monochromatic Colors of #137052
Black with #137052
Text Example
Text Example
White with #137052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137052; }
p { color: rgb(19,112,82); }
H1.HeaderClassName
{
color: #137052;
}
.AnyTagClassName
{
color: #137052;
}
</style>
background-color css
<style>
a { background-color: #137052; }
a { background-color: rgb(19,112,82); }
div.DivClassName
{
background-color: #137052;
}
.BgClassName
{
background-color: #137052;
}
</style>
border-color css
<style>
span { border-color: #137052; }
span { border-color: rgb(19,112,82); }
td.TdClassName
{
border-color: #137052;
}
.TagClassName
{
border-color: #137052;
}
</style>