Shades of Salem #13784D
Tints of Salem #13784D
RGB
CMYK
RGB Variations
Color information
#13784D (or 0x13784D) is known color: Salem. HEX triplet: 13, 78 and 4D. RGB value is (19,120,77). Sum of RGB (Red+Green+Blue) = 19+120+77=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #13784D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13784D is #EC87B2. Grayscale: #545454. Windows color (decimal): -15501235 or 5077011. OLE color: 5077011.
HSL color Cylindrical-coordinate representation of color #13784D: hue angle of 154.46º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13784D is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 120 | 77 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.53 |
| HSL | 154.46º | 0.73% | 0.27% | - |
| HSV(B) | 154.46º | 0.84% | 0.47% | - |
| XYZ | 8.32 | 14.11 | 9.31 | - |
| YUV | 84.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 77 | 0.84 | 0 | 0.36 | 0.53 | 154.46 | 0.73 | 0.27 |
| Hex | 13 | 78 | 4D | 54 | 0 | 24 | 35 | 9A | 49 | 1B |
| Octal | 23 | 170 | 115 | 124 | 0 | 44 | 65 | 232 | 111 | 33 |
| Binary | 10011 | 1111000 | 1001101 | 1010100 | 0 | 100100 | 110101 | 10011010 | 1001001 | 11011 |
Color Harmonies of #13784D
Complementary color
Monochromatic Colors of #13784D
Black with #13784D
Text Example
Text Example
White with #13784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13784D; }
p { color: rgb(19,120,77); }
H1.HeaderClassName
{
color: #13784D;
}
.AnyTagClassName
{
color: #13784D;
}
</style>
background-color css
<style>
a { background-color: #13784D; }
a { background-color: rgb(19,120,77); }
div.DivClassName
{
background-color: #13784D;
}
.BgClassName
{
background-color: #13784D;
}
</style>
border-color css
<style>
span { border-color: #13784D; }
span { border-color: rgb(19,120,77); }
td.TdClassName
{
border-color: #13784D;
}
.TagClassName
{
border-color: #13784D;
}
</style>