Shades of Salem #1F7E56
Tints of Salem #1F7E56
RGB
CMYK
RGB Variations
Color information
#1F7E56 (or 0x1F7E56) is known color: Salem. HEX triplet: 1F, 7E and 56. RGB value is (31,126,86). Sum of RGB (Red+Green+Blue) = 31+126+86=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E56 is #E081A9. Grayscale: #5D5D5D. Windows color (decimal): -14713258 or 5668383. OLE color: 5668383.
HSL color Cylindrical-coordinate representation of color #1F7E56: hue angle of 154.74º 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 #1F7E56 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 86 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.51 |
| HSL | 154.74º | 0.61% | 0.31% | - |
| HSV(B) | 154.74º | 0.75% | 0.49% | - |
| XYZ | 9.71 | 15.88 | 11.36 | - |
| YUV | 93.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 86 | 0.75 | 0 | 0.32 | 0.51 | 154.74 | 0.61 | 0.31 |
| Hex | 1F | 7E | 56 | 4B | 0 | 20 | 33 | 9B | 3D | 1F |
| Octal | 37 | 176 | 126 | 113 | 0 | 40 | 63 | 233 | 75 | 37 |
| Binary | 11111 | 1111110 | 1010110 | 1001011 | 0 | 100000 | 110011 | 10011011 | 111101 | 11111 |
Color Harmonies of #1F7E56
Complementary color
Monochromatic Colors of #1F7E56
Black with #1F7E56
Text Example
Text Example
White with #1F7E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E56; }
p { color: rgb(31,126,86); }
H1.HeaderClassName
{
color: #1F7E56;
}
.AnyTagClassName
{
color: #1F7E56;
}
</style>
background-color css
<style>
a { background-color: #1F7E56; }
a { background-color: rgb(31,126,86); }
div.DivClassName
{
background-color: #1F7E56;
}
.BgClassName
{
background-color: #1F7E56;
}
</style>
border-color css
<style>
span { border-color: #1F7E56; }
span { border-color: rgb(31,126,86); }
td.TdClassName
{
border-color: #1F7E56;
}
.TagClassName
{
border-color: #1F7E56;
}
</style>