Shades of Salem #13744F
Tints of Salem #13744F
RGB
CMYK
RGB Variations
Color information
#13744F (or 0x13744F) is known color: Salem. HEX triplet: 13, 74 and 4F. RGB value is (19,116,79). Sum of RGB (Red+Green+Blue) = 19+116+79=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #13744F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13744F is #EC8BB0. Grayscale: #525252. Windows color (decimal): -15502257 or 5207059. OLE color: 5207059.
HSL color Cylindrical-coordinate representation of color #13744F: hue angle of 157.11º 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 #13744F is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 79 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.55 |
| HSL | 157.11º | 0.72% | 0.26% | - |
| HSV(B) | 157.11º | 0.84% | 0.45% | - |
| XYZ | 7.93 | 13.19 | 9.53 | - |
| YUV | 82.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 79 | 0.84 | 0 | 0.32 | 0.55 | 157.11 | 0.72 | 0.26 |
| Hex | 13 | 74 | 4F | 54 | 0 | 20 | 37 | 9D | 48 | 1A |
| Octal | 23 | 164 | 117 | 124 | 0 | 40 | 67 | 235 | 110 | 32 |
| Binary | 10011 | 1110100 | 1001111 | 1010100 | 0 | 100000 | 110111 | 10011101 | 1001000 | 11010 |
Color Harmonies of #13744F
Complementary color
Monochromatic Colors of #13744F
Black with #13744F
Text Example
Text Example
White with #13744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13744F; }
p { color: rgb(19,116,79); }
H1.HeaderClassName
{
color: #13744F;
}
.AnyTagClassName
{
color: #13744F;
}
</style>
background-color css
<style>
a { background-color: #13744F; }
a { background-color: rgb(19,116,79); }
div.DivClassName
{
background-color: #13744F;
}
.BgClassName
{
background-color: #13744F;
}
</style>
border-color css
<style>
span { border-color: #13744F; }
span { border-color: rgb(19,116,79); }
td.TdClassName
{
border-color: #13744F;
}
.TagClassName
{
border-color: #13744F;
}
</style>