Shades of Salem #137654
Tints of Salem #137654
RGB
CMYK
RGB Variations
Color information
#137654 (or 0x137654) is known color: Salem. HEX triplet: 13, 76 and 54. RGB value is (19,118,84). Sum of RGB (Red+Green+Blue) = 19+118+84=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #137654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137654 is #EC89AB. Grayscale: #545454. Windows color (decimal): -15501740 or 5535251. OLE color: 5535251.
HSL color Cylindrical-coordinate representation of color #137654: hue angle of 159.39º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137654 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 118 | 84 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.54 |
| HSL | 159.39º | 0.72% | 0.27% | - |
| HSV(B) | 159.39º | 0.84% | 0.46% | - |
| XYZ | 8.35 | 13.74 | 10.6 | - |
| YUV | 84.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 84 | 0.84 | 0 | 0.29 | 0.54 | 159.39 | 0.72 | 0.27 |
| Hex | 13 | 76 | 54 | 54 | 0 | 1D | 36 | 9F | 48 | 1B |
| Octal | 23 | 166 | 124 | 124 | 0 | 35 | 66 | 237 | 110 | 33 |
| Binary | 10011 | 1110110 | 1010100 | 1010100 | 0 | 11101 | 110110 | 10011111 | 1001000 | 11011 |
Color Harmonies of #137654
Complementary color
Monochromatic Colors of #137654
Black with #137654
Text Example
Text Example
White with #137654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137654; }
p { color: rgb(19,118,84); }
H1.HeaderClassName
{
color: #137654;
}
.AnyTagClassName
{
color: #137654;
}
</style>
background-color css
<style>
a { background-color: #137654; }
a { background-color: rgb(19,118,84); }
div.DivClassName
{
background-color: #137654;
}
.BgClassName
{
background-color: #137654;
}
</style>
border-color css
<style>
span { border-color: #137654; }
span { border-color: rgb(19,118,84); }
td.TdClassName
{
border-color: #137654;
}
.TagClassName
{
border-color: #137654;
}
</style>