Shades of Salem #1E7358
Tints of Salem #1E7358
RGB
CMYK
RGB Variations
Color information
#1E7358 (or 0x1E7358) is known color: Salem. HEX triplet: 1E, 73 and 58. RGB value is (30,115,88). Sum of RGB (Red+Green+Blue) = 30+115+88=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7358 is #E18CA7. Grayscale: #565656. Windows color (decimal): -14781608 or 5796638. OLE color: 5796638.
HSL color Cylindrical-coordinate representation of color #1E7358: hue angle of 160.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7358 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 88 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.55 |
| HSL | 160.94º | 0.59% | 0.28% | - |
| HSV(B) | 160.94º | 0.74% | 0.45% | - |
| XYZ | 8.43 | 13.24 | 11.34 | - |
| YUV | 86.51 | 128.84 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 88 | 0.74 | 0 | 0.23 | 0.55 | 160.94 | 0.59 | 0.28 |
| Hex | 1E | 73 | 58 | 4A | 0 | 17 | 37 | A1 | 3B | 1C |
| Octal | 36 | 163 | 130 | 112 | 0 | 27 | 67 | 241 | 73 | 34 |
| Binary | 11110 | 1110011 | 1011000 | 1001010 | 0 | 10111 | 110111 | 10100001 | 111011 | 11100 |
Color Harmonies of #1E7358
Complementary color
Monochromatic Colors of #1E7358
Black with #1E7358
Text Example
Text Example
White with #1E7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7358; }
p { color: rgb(30,115,88); }
H1.HeaderClassName
{
color: #1E7358;
}
.AnyTagClassName
{
color: #1E7358;
}
</style>
background-color css
<style>
a { background-color: #1E7358; }
a { background-color: rgb(30,115,88); }
div.DivClassName
{
background-color: #1E7358;
}
.BgClassName
{
background-color: #1E7358;
}
</style>
border-color css
<style>
span { border-color: #1E7358; }
span { border-color: rgb(30,115,88); }
td.TdClassName
{
border-color: #1E7358;
}
.TagClassName
{
border-color: #1E7358;
}
</style>