Shades of Salem #13784C
Tints of Salem #13784C
RGB
CMYK
RGB Variations
Color information
#13784C (or 0x13784C) is known color: Salem. HEX triplet: 13, 78 and 4C. RGB value is (19,120,76). Sum of RGB (Red+Green+Blue) = 19+120+76=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #13784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13784C is #EC87B3. Grayscale: #545454. Windows color (decimal): -15501236 or 5011475. OLE color: 5011475.
HSL color Cylindrical-coordinate representation of color #13784C: hue angle of 153.86º 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 #13784C is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 120 | 76 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.53 |
| HSL | 153.86º | 0.73% | 0.27% | - |
| HSV(B) | 153.86º | 0.84% | 0.47% | - |
| XYZ | 8.29 | 14.09 | 9.12 | - |
| YUV | 84.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 76 | 0.84 | 0 | 0.37 | 0.53 | 153.86 | 0.73 | 0.27 |
| Hex | 13 | 78 | 4C | 54 | 0 | 25 | 35 | 9A | 49 | 1B |
| Octal | 23 | 170 | 114 | 124 | 0 | 45 | 65 | 232 | 111 | 33 |
| Binary | 10011 | 1111000 | 1001100 | 1010100 | 0 | 100101 | 110101 | 10011010 | 1001001 | 11011 |
Color Harmonies of #13784C
Complementary color
Monochromatic Colors of #13784C
Black with #13784C
Text Example
Text Example
White with #13784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13784C; }
p { color: rgb(19,120,76); }
H1.HeaderClassName
{
color: #13784C;
}
.AnyTagClassName
{
color: #13784C;
}
</style>
background-color css
<style>
a { background-color: #13784C; }
a { background-color: rgb(19,120,76); }
div.DivClassName
{
background-color: #13784C;
}
.BgClassName
{
background-color: #13784C;
}
</style>
border-color css
<style>
span { border-color: #13784C; }
span { border-color: rgb(19,120,76); }
td.TdClassName
{
border-color: #13784C;
}
.TagClassName
{
border-color: #13784C;
}
</style>