Shades of Salem #1E7554
Tints of Salem #1E7554
RGB
CMYK
RGB Variations
Color information
#1E7554 (or 0x1E7554) is known color: Salem. HEX triplet: 1E, 75 and 54. RGB value is (30,117,84). Sum of RGB (Red+Green+Blue) = 30+117+84=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7554 is #E18AAB. Grayscale: #575757. Windows color (decimal): -14781100 or 5535006. OLE color: 5535006.
HSL color Cylindrical-coordinate representation of color #1E7554: hue angle of 157.24º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7554 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 117 | 84 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.54 |
| HSL | 157.24º | 0.59% | 0.29% | - |
| HSV(B) | 157.24º | 0.74% | 0.46% | - |
| XYZ | 8.5 | 13.64 | 10.57 | - |
| YUV | 87.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 84 | 0.74 | 0 | 0.28 | 0.54 | 157.24 | 0.59 | 0.29 |
| Hex | 1E | 75 | 54 | 4A | 0 | 1C | 36 | 9D | 3B | 1D |
| Octal | 36 | 165 | 124 | 112 | 0 | 34 | 66 | 235 | 73 | 35 |
| Binary | 11110 | 1110101 | 1010100 | 1001010 | 0 | 11100 | 110110 | 10011101 | 111011 | 11101 |
Color Harmonies of #1E7554
Complementary color
Monochromatic Colors of #1E7554
Black with #1E7554
Text Example
Text Example
White with #1E7554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7554; }
p { color: rgb(30,117,84); }
H1.HeaderClassName
{
color: #1E7554;
}
.AnyTagClassName
{
color: #1E7554;
}
</style>
background-color css
<style>
a { background-color: #1E7554; }
a { background-color: rgb(30,117,84); }
div.DivClassName
{
background-color: #1E7554;
}
.BgClassName
{
background-color: #1E7554;
}
</style>
border-color css
<style>
span { border-color: #1E7554; }
span { border-color: rgb(30,117,84); }
td.TdClassName
{
border-color: #1E7554;
}
.TagClassName
{
border-color: #1E7554;
}
</style>