Shades of Salem #1F7E46
Tints of Salem #1F7E46
RGB
CMYK
RGB Variations
Color information
#1F7E46 (or 0x1F7E46) is known color: Salem. HEX triplet: 1F, 7E and 46. RGB value is (31,126,70). Sum of RGB (Red+Green+Blue) = 31+126+70=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 126 (49.61% from 255 or 55.51% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E46 is #E081B9. Grayscale: #5B5B5B. Windows color (decimal): -14713274 or 4619807. OLE color: 4619807.
HSL color Cylindrical-coordinate representation of color #1F7E46: hue angle of 144.63º 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 #1F7E46 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 70 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.51 |
| HSL | 144.63º | 0.61% | 0.31% | - |
| HSV(B) | 144.63º | 0.75% | 0.49% | - |
| XYZ | 9.13 | 15.66 | 8.33 | - |
| YUV | 91.21 | 116.03 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 70 | 0.75 | 0 | 0.44 | 0.51 | 144.63 | 0.61 | 0.31 |
| Hex | 1F | 7E | 46 | 4B | 0 | 2C | 33 | 91 | 3D | 1F |
| Octal | 37 | 176 | 106 | 113 | 0 | 54 | 63 | 221 | 75 | 37 |
| Binary | 11111 | 1111110 | 1000110 | 1001011 | 0 | 101100 | 110011 | 10010001 | 111101 | 11111 |
Color Harmonies of #1F7E46
Complementary color
Monochromatic Colors of #1F7E46
Black with #1F7E46
Text Example
Text Example
White with #1F7E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E46; }
p { color: rgb(31,126,70); }
H1.HeaderClassName
{
color: #1F7E46;
}
.AnyTagClassName
{
color: #1F7E46;
}
</style>
background-color css
<style>
a { background-color: #1F7E46; }
a { background-color: rgb(31,126,70); }
div.DivClassName
{
background-color: #1F7E46;
}
.BgClassName
{
background-color: #1F7E46;
}
</style>
border-color css
<style>
span { border-color: #1F7E46; }
span { border-color: rgb(31,126,70); }
td.TdClassName
{
border-color: #1F7E46;
}
.TagClassName
{
border-color: #1F7E46;
}
</style>