Shades of Salem #13744D
Tints of Salem #13744D
RGB
CMYK
RGB Variations
Color information
#13744D (or 0x13744D) is known color: Salem. HEX triplet: 13, 74 and 4D. RGB value is (19,116,77). Sum of RGB (Red+Green+Blue) = 19+116+77=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #13744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13744D is #EC8BB2. Grayscale: #525252. Windows color (decimal): -15502259 or 5075987. OLE color: 5075987.
HSL color Cylindrical-coordinate representation of color #13744D: hue angle of 155.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13744D is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 77 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.55 |
| HSL | 155.88º | 0.72% | 0.26% | - |
| HSV(B) | 155.88º | 0.84% | 0.45% | - |
| XYZ | 7.85 | 13.17 | 9.15 | - |
| YUV | 82.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 77 | 0.84 | 0 | 0.34 | 0.55 | 155.88 | 0.72 | 0.26 |
| Hex | 13 | 74 | 4D | 54 | 0 | 22 | 37 | 9C | 48 | 1A |
| Octal | 23 | 164 | 115 | 124 | 0 | 42 | 67 | 234 | 110 | 32 |
| Binary | 10011 | 1110100 | 1001101 | 1010100 | 0 | 100010 | 110111 | 10011100 | 1001000 | 11010 |
Color Harmonies of #13744D
Complementary color
Monochromatic Colors of #13744D
Black with #13744D
Text Example
Text Example
White with #13744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13744D; }
p { color: rgb(19,116,77); }
H1.HeaderClassName
{
color: #13744D;
}
.AnyTagClassName
{
color: #13744D;
}
</style>
background-color css
<style>
a { background-color: #13744D; }
a { background-color: rgb(19,116,77); }
div.DivClassName
{
background-color: #13744D;
}
.BgClassName
{
background-color: #13744D;
}
</style>
border-color css
<style>
span { border-color: #13744D; }
span { border-color: rgb(19,116,77); }
td.TdClassName
{
border-color: #13744D;
}
.TagClassName
{
border-color: #13744D;
}
</style>