Shades of Salem #1E7053
Tints of Salem #1E7053
RGB
CMYK
RGB Variations
Color information
#1E7053 (or 0x1E7053) is known color: Salem. HEX triplet: 1E, 70 and 53. RGB value is (30,112,83). Sum of RGB (Red+Green+Blue) = 30+112+83=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #1E7053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7053 is #E18FAC. Grayscale: #545454. Windows color (decimal): -14782381 or 5468190. OLE color: 5468190.
HSL color Cylindrical-coordinate representation of color #1E7053: hue angle of 158.78º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E7053 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 112 | 83 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.56 |
| HSL | 158.78º | 0.58% | 0.28% | - |
| HSV(B) | 158.78º | 0.73% | 0.44% | - |
| XYZ | 7.89 | 12.49 | 10.18 | - |
| YUV | 84.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 112 | 83 | 0.73 | 0 | 0.26 | 0.56 | 158.78 | 0.58 | 0.28 |
| Hex | 1E | 70 | 53 | 49 | 0 | 1A | 38 | 9F | 3A | 1C |
| Octal | 36 | 160 | 123 | 111 | 0 | 32 | 70 | 237 | 72 | 34 |
| Binary | 11110 | 1110000 | 1010011 | 1001001 | 0 | 11010 | 111000 | 10011111 | 111010 | 11100 |
Color Harmonies of #1E7053
Complementary color
Monochromatic Colors of #1E7053
Black with #1E7053
Text Example
Text Example
White with #1E7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7053; }
p { color: rgb(30,112,83); }
H1.HeaderClassName
{
color: #1E7053;
}
.AnyTagClassName
{
color: #1E7053;
}
</style>
background-color css
<style>
a { background-color: #1E7053; }
a { background-color: rgb(30,112,83); }
div.DivClassName
{
background-color: #1E7053;
}
.BgClassName
{
background-color: #1E7053;
}
</style>
border-color css
<style>
span { border-color: #1E7053; }
span { border-color: rgb(30,112,83); }
td.TdClassName
{
border-color: #1E7053;
}
.TagClassName
{
border-color: #1E7053;
}
</style>