Shades of Salem #137755
Tints of Salem #137755
RGB
CMYK
RGB Variations
Color information
#137755 (or 0x137755) is known color: Salem. HEX triplet: 13, 77 and 55. RGB value is (19,119,85). Sum of RGB (Red+Green+Blue) = 19+119+85=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #137755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137755 is #EC88AA. Grayscale: #555555. Windows color (decimal): -15501483 or 5601043. OLE color: 5601043.
HSL color Cylindrical-coordinate representation of color #137755: hue angle of 159.6º 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 #137755 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 119 | 85 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.53 |
| HSL | 159.6º | 0.72% | 0.27% | - |
| HSV(B) | 159.6º | 0.84% | 0.47% | - |
| XYZ | 8.51 | 13.99 | 10.85 | - |
| YUV | 85.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 85 | 0.84 | 0 | 0.29 | 0.53 | 159.6 | 0.72 | 0.27 |
| Hex | 13 | 77 | 55 | 54 | 0 | 1D | 35 | A0 | 48 | 1B |
| Octal | 23 | 167 | 125 | 124 | 0 | 35 | 65 | 240 | 110 | 33 |
| Binary | 10011 | 1110111 | 1010101 | 1010100 | 0 | 11101 | 110101 | 10100000 | 1001000 | 11011 |
Color Harmonies of #137755
Complementary color
Monochromatic Colors of #137755
Black with #137755
Text Example
Text Example
White with #137755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137755; }
p { color: rgb(19,119,85); }
H1.HeaderClassName
{
color: #137755;
}
.AnyTagClassName
{
color: #137755;
}
</style>
background-color css
<style>
a { background-color: #137755; }
a { background-color: rgb(19,119,85); }
div.DivClassName
{
background-color: #137755;
}
.BgClassName
{
background-color: #137755;
}
</style>
border-color css
<style>
span { border-color: #137755; }
span { border-color: rgb(19,119,85); }
td.TdClassName
{
border-color: #137755;
}
.TagClassName
{
border-color: #137755;
}
</style>