Shades of Salem #137950
Tints of Salem #137950
RGB
CMYK
RGB Variations
Color information
#137950 (or 0x137950) is known color: Salem. HEX triplet: 13, 79 and 50. RGB value is (19,121,80). Sum of RGB (Red+Green+Blue) = 19+121+80=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #137950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137950 is #EC86AF. Grayscale: #555555. Windows color (decimal): -15500976 or 5273875. OLE color: 5273875.
HSL color Cylindrical-coordinate representation of color #137950: hue angle of 155.88º 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 #137950 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 121 | 80 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.53 |
| HSL | 155.88º | 0.73% | 0.27% | - |
| HSV(B) | 155.88º | 0.84% | 0.47% | - |
| XYZ | 8.55 | 14.39 | 9.92 | - |
| YUV | 85.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 80 | 0.84 | 0 | 0.34 | 0.53 | 155.88 | 0.73 | 0.27 |
| Hex | 13 | 79 | 50 | 54 | 0 | 22 | 35 | 9C | 49 | 1B |
| Octal | 23 | 171 | 120 | 124 | 0 | 42 | 65 | 234 | 111 | 33 |
| Binary | 10011 | 1111001 | 1010000 | 1010100 | 0 | 100010 | 110101 | 10011100 | 1001001 | 11011 |
Color Harmonies of #137950
Complementary color
Monochromatic Colors of #137950
Black with #137950
Text Example
Text Example
White with #137950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137950; }
p { color: rgb(19,121,80); }
H1.HeaderClassName
{
color: #137950;
}
.AnyTagClassName
{
color: #137950;
}
</style>
background-color css
<style>
a { background-color: #137950; }
a { background-color: rgb(19,121,80); }
div.DivClassName
{
background-color: #137950;
}
.BgClassName
{
background-color: #137950;
}
</style>
border-color css
<style>
span { border-color: #137950; }
span { border-color: rgb(19,121,80); }
td.TdClassName
{
border-color: #137950;
}
.TagClassName
{
border-color: #137950;
}
</style>