Shades of Salem #1E7C46
Tints of Salem #1E7C46
RGB
CMYK
RGB Variations
Color information
#1E7C46 (or 0x1E7C46) is known color: Salem. HEX triplet: 1E, 7C and 46. RGB value is (30,124,70). Sum of RGB (Red+Green+Blue) = 30+124+70=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #1E7C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7C46 is #E183B9. Grayscale: #595959. Windows color (decimal): -14779322 or 4619294. OLE color: 4619294.
HSL color Cylindrical-coordinate representation of color #1E7C46: hue angle of 145.53º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7C46 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 124 | 70 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.51 |
| HSL | 145.53º | 0.61% | 0.3% | - |
| HSV(B) | 145.53º | 0.76% | 0.49% | - |
| XYZ | 8.85 | 15.13 | 8.25 | - |
| YUV | 89.74 | 116.86 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 124 | 70 | 0.76 | 0 | 0.44 | 0.51 | 145.53 | 0.61 | 0.3 |
| Hex | 1E | 7C | 46 | 4C | 0 | 2C | 33 | 92 | 3D | 1E |
| Octal | 36 | 174 | 106 | 114 | 0 | 54 | 63 | 222 | 75 | 36 |
| Binary | 11110 | 1111100 | 1000110 | 1001100 | 0 | 101100 | 110011 | 10010010 | 111101 | 11110 |
Color Harmonies of #1E7C46
Complementary color
Monochromatic Colors of #1E7C46
Black with #1E7C46
Text Example
Text Example
White with #1E7C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7C46; }
p { color: rgb(30,124,70); }
H1.HeaderClassName
{
color: #1E7C46;
}
.AnyTagClassName
{
color: #1E7C46;
}
</style>
background-color css
<style>
a { background-color: #1E7C46; }
a { background-color: rgb(30,124,70); }
div.DivClassName
{
background-color: #1E7C46;
}
.BgClassName
{
background-color: #1E7C46;
}
</style>
border-color css
<style>
span { border-color: #1E7C46; }
span { border-color: rgb(30,124,70); }
td.TdClassName
{
border-color: #1E7C46;
}
.TagClassName
{
border-color: #1E7C46;
}
</style>