Shades of Salem #1F7758
Tints of Salem #1F7758
RGB
CMYK
RGB Variations
Color information
#1F7758 (or 0x1F7758) is known color: Salem. HEX triplet: 1F, 77 and 58. RGB value is (31,119,88). Sum of RGB (Red+Green+Blue) = 31+119+88=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7758 is #E088A7. Grayscale: #595959. Windows color (decimal): -14715048 or 5797663. OLE color: 5797663.
HSL color Cylindrical-coordinate representation of color #1F7758: hue angle of 158.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7758 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 88 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.53 |
| HSL | 158.86º | 0.59% | 0.29% | - |
| HSV(B) | 158.86º | 0.74% | 0.47% | - |
| XYZ | 8.92 | 14.19 | 11.5 | - |
| YUV | 89.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 88 | 0.74 | 0 | 0.26 | 0.53 | 158.86 | 0.59 | 0.29 |
| Hex | 1F | 77 | 58 | 4A | 0 | 1A | 35 | 9F | 3B | 1D |
| Octal | 37 | 167 | 130 | 112 | 0 | 32 | 65 | 237 | 73 | 35 |
| Binary | 11111 | 1110111 | 1011000 | 1001010 | 0 | 11010 | 110101 | 10011111 | 111011 | 11101 |
Color Harmonies of #1F7758
Complementary color
Monochromatic Colors of #1F7758
Black with #1F7758
Text Example
Text Example
White with #1F7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7758; }
p { color: rgb(31,119,88); }
H1.HeaderClassName
{
color: #1F7758;
}
.AnyTagClassName
{
color: #1F7758;
}
</style>
background-color css
<style>
a { background-color: #1F7758; }
a { background-color: rgb(31,119,88); }
div.DivClassName
{
background-color: #1F7758;
}
.BgClassName
{
background-color: #1F7758;
}
</style>
border-color css
<style>
span { border-color: #1F7758; }
span { border-color: rgb(31,119,88); }
td.TdClassName
{
border-color: #1F7758;
}
.TagClassName
{
border-color: #1F7758;
}
</style>