Shades of Salem #1F7E57
Tints of Salem #1F7E57
RGB
CMYK
RGB Variations
Color information
#1F7E57 (or 0x1F7E57) is known color: Salem. HEX triplet: 1F, 7E and 57. RGB value is (31,126,87). Sum of RGB (Red+Green+Blue) = 31+126+87=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E57 is #E081A8. Grayscale: #5D5D5D. Windows color (decimal): -14713257 or 5733919. OLE color: 5733919.
HSL color Cylindrical-coordinate representation of color #1F7E57: hue angle of 155.37º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E57 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 87 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.51 |
| HSL | 155.37º | 0.61% | 0.31% | - |
| HSV(B) | 155.37º | 0.75% | 0.49% | - |
| XYZ | 9.75 | 15.9 | 11.57 | - |
| YUV | 93.15 | 124.53 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 87 | 0.75 | 0 | 0.31 | 0.51 | 155.37 | 0.61 | 0.31 |
| Hex | 1F | 7E | 57 | 4B | 0 | 1F | 33 | 9B | 3D | 1F |
| Octal | 37 | 176 | 127 | 113 | 0 | 37 | 63 | 233 | 75 | 37 |
| Binary | 11111 | 1111110 | 1010111 | 1001011 | 0 | 11111 | 110011 | 10011011 | 111101 | 11111 |
Color Harmonies of #1F7E57
Complementary color
Monochromatic Colors of #1F7E57
Black with #1F7E57
Text Example
Text Example
White with #1F7E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E57; }
p { color: rgb(31,126,87); }
H1.HeaderClassName
{
color: #1F7E57;
}
.AnyTagClassName
{
color: #1F7E57;
}
</style>
background-color css
<style>
a { background-color: #1F7E57; }
a { background-color: rgb(31,126,87); }
div.DivClassName
{
background-color: #1F7E57;
}
.BgClassName
{
background-color: #1F7E57;
}
</style>
border-color css
<style>
span { border-color: #1F7E57; }
span { border-color: rgb(31,126,87); }
td.TdClassName
{
border-color: #1F7E57;
}
.TagClassName
{
border-color: #1F7E57;
}
</style>