Shades of Salem #13704E
Tints of Salem #13704E
RGB
CMYK
RGB Variations
Color information
#13704E (or 0x13704E) is known color: Salem. HEX triplet: 13, 70 and 4E. RGB value is (19,112,78). Sum of RGB (Red+Green+Blue) = 19+112+78=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #13704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13704E is #EC8FB1. Grayscale: #505050. Windows color (decimal): -15503282 or 5140499. OLE color: 5140499.
HSL color Cylindrical-coordinate representation of color #13704E: hue angle of 158.06º 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 #13704E is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 78 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.56 |
| HSL | 158.06º | 0.71% | 0.26% | - |
| HSV(B) | 158.06º | 0.83% | 0.44% | - |
| XYZ | 7.44 | 12.28 | 9.19 | - |
| YUV | 80.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 78 | 0.83 | 0 | 0.30 | 0.56 | 158.06 | 0.71 | 0.26 |
| Hex | 13 | 70 | 4E | 53 | 0 | 1E | 38 | 9E | 47 | 1A |
| Octal | 23 | 160 | 116 | 123 | 0 | 36 | 70 | 236 | 107 | 32 |
| Binary | 10011 | 1110000 | 1001110 | 1010011 | 0 | 11110 | 111000 | 10011110 | 1000111 | 11010 |
Color Harmonies of #13704E
Complementary color
Monochromatic Colors of #13704E
Black with #13704E
Text Example
Text Example
White with #13704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13704E; }
p { color: rgb(19,112,78); }
H1.HeaderClassName
{
color: #13704E;
}
.AnyTagClassName
{
color: #13704E;
}
</style>
background-color css
<style>
a { background-color: #13704E; }
a { background-color: rgb(19,112,78); }
div.DivClassName
{
background-color: #13704E;
}
.BgClassName
{
background-color: #13704E;
}
</style>
border-color css
<style>
span { border-color: #13704E; }
span { border-color: rgb(19,112,78); }
td.TdClassName
{
border-color: #13704E;
}
.TagClassName
{
border-color: #13704E;
}
</style>