Shades of Salem #137254
Tints of Salem #137254
RGB
CMYK
RGB Variations
Color information
#137254 (or 0x137254) is known color: Salem. HEX triplet: 13, 72 and 54. RGB value is (19,114,84). Sum of RGB (Red+Green+Blue) = 19+114+84=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #137254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137254 is #EC8DAB. Grayscale: #525252. Windows color (decimal): -15502764 or 5534227. OLE color: 5534227.
HSL color Cylindrical-coordinate representation of color #137254: hue angle of 161.05º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137254 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 114 | 84 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.55 |
| HSL | 161.05º | 0.71% | 0.26% | - |
| HSV(B) | 161.05º | 0.83% | 0.45% | - |
| XYZ | 7.89 | 12.81 | 10.45 | - |
| YUV | 82.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 84 | 0.83 | 0 | 0.26 | 0.55 | 161.05 | 0.71 | 0.26 |
| Hex | 13 | 72 | 54 | 53 | 0 | 1A | 37 | A1 | 47 | 1A |
| Octal | 23 | 162 | 124 | 123 | 0 | 32 | 67 | 241 | 107 | 32 |
| Binary | 10011 | 1110010 | 1010100 | 1010011 | 0 | 11010 | 110111 | 10100001 | 1000111 | 11010 |
Color Harmonies of #137254
Complementary color
Monochromatic Colors of #137254
Black with #137254
Text Example
Text Example
White with #137254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137254; }
p { color: rgb(19,114,84); }
H1.HeaderClassName
{
color: #137254;
}
.AnyTagClassName
{
color: #137254;
}
</style>
background-color css
<style>
a { background-color: #137254; }
a { background-color: rgb(19,114,84); }
div.DivClassName
{
background-color: #137254;
}
.BgClassName
{
background-color: #137254;
}
</style>
border-color css
<style>
span { border-color: #137254; }
span { border-color: rgb(19,114,84); }
td.TdClassName
{
border-color: #137254;
}
.TagClassName
{
border-color: #137254;
}
</style>