Shades of Salem #1F7155
Tints of Salem #1F7155
RGB
CMYK
RGB Variations
Color information
#1F7155 (or 0x1F7155) is known color: Salem. HEX triplet: 1F, 71 and 55. RGB value is (31,113,85). Sum of RGB (Red+Green+Blue) = 31+113+85=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7155 is #E08EAA. Grayscale: #555555. Windows color (decimal): -14716587 or 5599519. OLE color: 5599519.
HSL color Cylindrical-coordinate representation of color #1F7155: hue angle of 159.51º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7155 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 85 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.56 |
| HSL | 159.51º | 0.57% | 0.28% | - |
| HSV(B) | 159.51º | 0.73% | 0.44% | - |
| XYZ | 8.11 | 12.76 | 10.63 | - |
| YUV | 85.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 85 | 0.73 | 0 | 0.25 | 0.56 | 159.51 | 0.57 | 0.28 |
| Hex | 1F | 71 | 55 | 49 | 0 | 19 | 38 | A0 | 39 | 1C |
| Octal | 37 | 161 | 125 | 111 | 0 | 31 | 70 | 240 | 71 | 34 |
| Binary | 11111 | 1110001 | 1010101 | 1001001 | 0 | 11001 | 111000 | 10100000 | 111001 | 11100 |
Color Harmonies of #1F7155
Complementary color
Monochromatic Colors of #1F7155
Black with #1F7155
Text Example
Text Example
White with #1F7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7155; }
p { color: rgb(31,113,85); }
H1.HeaderClassName
{
color: #1F7155;
}
.AnyTagClassName
{
color: #1F7155;
}
</style>
background-color css
<style>
a { background-color: #1F7155; }
a { background-color: rgb(31,113,85); }
div.DivClassName
{
background-color: #1F7155;
}
.BgClassName
{
background-color: #1F7155;
}
</style>
border-color css
<style>
span { border-color: #1F7155; }
span { border-color: rgb(31,113,85); }
td.TdClassName
{
border-color: #1F7155;
}
.TagClassName
{
border-color: #1F7155;
}
</style>