Shades of Salem #1E7350
Tints of Salem #1E7350
RGB
CMYK
RGB Variations
Color information
#1E7350 (or 0x1E7350) is known color: Salem. HEX triplet: 1E, 73 and 50. RGB value is (30,115,80). Sum of RGB (Red+Green+Blue) = 30+115+80=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7350 is #E18CAF. Grayscale: #555555. Windows color (decimal): -14781616 or 5272350. OLE color: 5272350.
HSL color Cylindrical-coordinate representation of color #1E7350: hue angle of 155.29º 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 #1E7350 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 80 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.55 |
| HSL | 155.29º | 0.59% | 0.28% | - |
| HSV(B) | 155.29º | 0.74% | 0.45% | - |
| XYZ | 8.11 | 13.12 | 9.69 | - |
| YUV | 85.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 80 | 0.74 | 0 | 0.30 | 0.55 | 155.29 | 0.59 | 0.28 |
| Hex | 1E | 73 | 50 | 4A | 0 | 1E | 37 | 9B | 3B | 1C |
| Octal | 36 | 163 | 120 | 112 | 0 | 36 | 67 | 233 | 73 | 34 |
| Binary | 11110 | 1110011 | 1010000 | 1001010 | 0 | 11110 | 110111 | 10011011 | 111011 | 11100 |
Color Harmonies of #1E7350
Complementary color
Monochromatic Colors of #1E7350
Black with #1E7350
Text Example
Text Example
White with #1E7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7350; }
p { color: rgb(30,115,80); }
H1.HeaderClassName
{
color: #1E7350;
}
.AnyTagClassName
{
color: #1E7350;
}
</style>
background-color css
<style>
a { background-color: #1E7350; }
a { background-color: rgb(30,115,80); }
div.DivClassName
{
background-color: #1E7350;
}
.BgClassName
{
background-color: #1E7350;
}
</style>
border-color css
<style>
span { border-color: #1E7350; }
span { border-color: rgb(30,115,80); }
td.TdClassName
{
border-color: #1E7350;
}
.TagClassName
{
border-color: #1E7350;
}
</style>