Shades of Salem #1E7C51
Tints of Salem #1E7C51
RGB
CMYK
RGB Variations
Color information
#1E7C51 (or 0x1E7C51) is known color: Salem. HEX triplet: 1E, 7C and 51. RGB value is (30,124,81). Sum of RGB (Red+Green+Blue) = 30+124+81=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #1E7C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7C51 is #E183AE. Grayscale: #5B5B5B. Windows color (decimal): -14779311 or 5340190. OLE color: 5340190.
HSL color Cylindrical-coordinate representation of color #1E7C51: hue angle of 152.55º 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 #1E7C51 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 124 | 81 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.51 |
| HSL | 152.55º | 0.61% | 0.3% | - |
| HSV(B) | 152.55º | 0.76% | 0.49% | - |
| XYZ | 9.23 | 15.29 | 10.25 | - |
| YUV | 90.99 | 122.36 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 124 | 81 | 0.76 | 0 | 0.35 | 0.51 | 152.55 | 0.61 | 0.3 |
| Hex | 1E | 7C | 51 | 4C | 0 | 23 | 33 | 99 | 3D | 1E |
| Octal | 36 | 174 | 121 | 114 | 0 | 43 | 63 | 231 | 75 | 36 |
| Binary | 11110 | 1111100 | 1010001 | 1001100 | 0 | 100011 | 110011 | 10011001 | 111101 | 11110 |
Color Harmonies of #1E7C51
Complementary color
Monochromatic Colors of #1E7C51
Black with #1E7C51
Text Example
Text Example
White with #1E7C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7C51; }
p { color: rgb(30,124,81); }
H1.HeaderClassName
{
color: #1E7C51;
}
.AnyTagClassName
{
color: #1E7C51;
}
</style>
background-color css
<style>
a { background-color: #1E7C51; }
a { background-color: rgb(30,124,81); }
div.DivClassName
{
background-color: #1E7C51;
}
.BgClassName
{
background-color: #1E7C51;
}
</style>
border-color css
<style>
span { border-color: #1E7C51; }
span { border-color: rgb(30,124,81); }
td.TdClassName
{
border-color: #1E7C51;
}
.TagClassName
{
border-color: #1E7C51;
}
</style>