Shades of Salem #1E7754
Tints of Salem #1E7754
RGB
CMYK
RGB Variations
Color information
#1E7754 (or 0x1E7754) is known color: Salem. HEX triplet: 1E, 77 and 54. RGB value is (30,119,84). Sum of RGB (Red+Green+Blue) = 30+119+84=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #1E7754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7754 is #E188AB. Grayscale: #585858. Windows color (decimal): -14780588 or 5535518. OLE color: 5535518.
HSL color Cylindrical-coordinate representation of color #1E7754: hue angle of 156.4º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7754 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 119 | 84 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.53 |
| HSL | 156.4º | 0.6% | 0.29% | - |
| HSV(B) | 156.4º | 0.75% | 0.47% | - |
| XYZ | 8.73 | 14.11 | 10.65 | - |
| YUV | 88.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 84 | 0.75 | 0 | 0.29 | 0.53 | 156.4 | 0.6 | 0.29 |
| Hex | 1E | 77 | 54 | 4B | 0 | 1D | 35 | 9C | 3C | 1D |
| Octal | 36 | 167 | 124 | 113 | 0 | 35 | 65 | 234 | 74 | 35 |
| Binary | 11110 | 1110111 | 1010100 | 1001011 | 0 | 11101 | 110101 | 10011100 | 111100 | 11101 |
Color Harmonies of #1E7754
Complementary color
Monochromatic Colors of #1E7754
Black with #1E7754
Text Example
Text Example
White with #1E7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7754; }
p { color: rgb(30,119,84); }
H1.HeaderClassName
{
color: #1E7754;
}
.AnyTagClassName
{
color: #1E7754;
}
</style>
background-color css
<style>
a { background-color: #1E7754; }
a { background-color: rgb(30,119,84); }
div.DivClassName
{
background-color: #1E7754;
}
.BgClassName
{
background-color: #1E7754;
}
</style>
border-color css
<style>
span { border-color: #1E7754; }
span { border-color: rgb(30,119,84); }
td.TdClassName
{
border-color: #1E7754;
}
.TagClassName
{
border-color: #1E7754;
}
</style>