Shades of Salem #13774C
Tints of Salem #13774C
RGB
CMYK
RGB Variations
Color information
#13774C (or 0x13774C) is known color: Salem. HEX triplet: 13, 77 and 4C. RGB value is (19,119,76). Sum of RGB (Red+Green+Blue) = 19+119+76=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #13774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13774C is #EC88B3. Grayscale: #545454. Windows color (decimal): -15501492 or 5011219. OLE color: 5011219.
HSL color Cylindrical-coordinate representation of color #13774C: hue angle of 154.2º degrees, saturation: 0.72, 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 #13774C is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 119 | 76 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.53 |
| HSL | 154.2º | 0.72% | 0.27% | - |
| HSV(B) | 154.2º | 0.84% | 0.47% | - |
| XYZ | 8.17 | 13.85 | 9.08 | - |
| YUV | 84.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 76 | 0.84 | 0 | 0.36 | 0.53 | 154.2 | 0.72 | 0.27 |
| Hex | 13 | 77 | 4C | 54 | 0 | 24 | 35 | 9A | 48 | 1B |
| Octal | 23 | 167 | 114 | 124 | 0 | 44 | 65 | 232 | 110 | 33 |
| Binary | 10011 | 1110111 | 1001100 | 1010100 | 0 | 100100 | 110101 | 10011010 | 1001000 | 11011 |
Color Harmonies of #13774C
Complementary color
Monochromatic Colors of #13774C
Black with #13774C
Text Example
Text Example
White with #13774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13774C; }
p { color: rgb(19,119,76); }
H1.HeaderClassName
{
color: #13774C;
}
.AnyTagClassName
{
color: #13774C;
}
</style>
background-color css
<style>
a { background-color: #13774C; }
a { background-color: rgb(19,119,76); }
div.DivClassName
{
background-color: #13774C;
}
.BgClassName
{
background-color: #13774C;
}
</style>
border-color css
<style>
span { border-color: #13774C; }
span { border-color: rgb(19,119,76); }
td.TdClassName
{
border-color: #13774C;
}
.TagClassName
{
border-color: #13774C;
}
</style>