Shades of Salem #1F7750
Tints of Salem #1F7750
RGB
CMYK
RGB Variations
Color information
#1F7750 (or 0x1F7750) is known color: Salem. HEX triplet: 1F, 77 and 50. RGB value is (31,119,80). Sum of RGB (Red+Green+Blue) = 31+119+80=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7750 is #E088AF. Grayscale: #585858. Windows color (decimal): -14715056 or 5273375. OLE color: 5273375.
HSL color Cylindrical-coordinate representation of color #1F7750: hue angle of 153.41º 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 #1F7750 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 80 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.53 |
| HSL | 153.41º | 0.59% | 0.29% | - |
| HSV(B) | 153.41º | 0.74% | 0.47% | - |
| XYZ | 8.61 | 14.06 | 9.85 | - |
| YUV | 88.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 80 | 0.74 | 0 | 0.33 | 0.53 | 153.41 | 0.59 | 0.29 |
| Hex | 1F | 77 | 50 | 4A | 0 | 21 | 35 | 99 | 3B | 1D |
| Octal | 37 | 167 | 120 | 112 | 0 | 41 | 65 | 231 | 73 | 35 |
| Binary | 11111 | 1110111 | 1010000 | 1001010 | 0 | 100001 | 110101 | 10011001 | 111011 | 11101 |
Color Harmonies of #1F7750
Complementary color
Monochromatic Colors of #1F7750
Black with #1F7750
Text Example
Text Example
White with #1F7750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7750; }
p { color: rgb(31,119,80); }
H1.HeaderClassName
{
color: #1F7750;
}
.AnyTagClassName
{
color: #1F7750;
}
</style>
background-color css
<style>
a { background-color: #1F7750; }
a { background-color: rgb(31,119,80); }
div.DivClassName
{
background-color: #1F7750;
}
.BgClassName
{
background-color: #1F7750;
}
</style>
border-color css
<style>
span { border-color: #1F7750; }
span { border-color: rgb(31,119,80); }
td.TdClassName
{
border-color: #1F7750;
}
.TagClassName
{
border-color: #1F7750;
}
</style>