Shades of Salem #13734D
Tints of Salem #13734D
RGB
CMYK
RGB Variations
Color information
#13734D (or 0x13734D) is known color: Salem. HEX triplet: 13, 73 and 4D. RGB value is (19,115,77). Sum of RGB (Red+Green+Blue) = 19+115+77=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #13734D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13734D is #EC8CB2. Grayscale: #525252. Windows color (decimal): -15502515 or 5075731. OLE color: 5075731.
HSL color Cylindrical-coordinate representation of color #13734D: hue angle of 156.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13734D is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 77 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.55 |
| HSL | 156.25º | 0.72% | 0.26% | - |
| HSV(B) | 156.25º | 0.83% | 0.45% | - |
| XYZ | 7.74 | 12.94 | 9.11 | - |
| YUV | 81.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 77 | 0.83 | 0 | 0.33 | 0.55 | 156.25 | 0.72 | 0.26 |
| Hex | 13 | 73 | 4D | 53 | 0 | 21 | 37 | 9C | 48 | 1A |
| Octal | 23 | 163 | 115 | 123 | 0 | 41 | 67 | 234 | 110 | 32 |
| Binary | 10011 | 1110011 | 1001101 | 1010011 | 0 | 100001 | 110111 | 10011100 | 1001000 | 11010 |
Color Harmonies of #13734D
Complementary color
Monochromatic Colors of #13734D
Black with #13734D
Text Example
Text Example
White with #13734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13734D; }
p { color: rgb(19,115,77); }
H1.HeaderClassName
{
color: #13734D;
}
.AnyTagClassName
{
color: #13734D;
}
</style>
background-color css
<style>
a { background-color: #13734D; }
a { background-color: rgb(19,115,77); }
div.DivClassName
{
background-color: #13734D;
}
.BgClassName
{
background-color: #13734D;
}
</style>
border-color css
<style>
span { border-color: #13734D; }
span { border-color: rgb(19,115,77); }
td.TdClassName
{
border-color: #13734D;
}
.TagClassName
{
border-color: #13734D;
}
</style>