Shades of Salem #1E7456
Tints of Salem #1E7456
RGB
CMYK
RGB Variations
Color information
#1E7456 (or 0x1E7456) is known color: Salem. HEX triplet: 1E, 74 and 56. RGB value is (30,116,86). Sum of RGB (Red+Green+Blue) = 30+116+86=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #1E7456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7456 is #E18BA9. Grayscale: #565656. Windows color (decimal): -14781354 or 5665822. OLE color: 5665822.
HSL color Cylindrical-coordinate representation of color #1E7456: hue angle of 159.07º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7456 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 86 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.55 |
| HSL | 159.07º | 0.59% | 0.29% | - |
| HSV(B) | 159.07º | 0.74% | 0.45% | - |
| XYZ | 8.46 | 13.44 | 10.95 | - |
| YUV | 86.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 86 | 0.74 | 0 | 0.26 | 0.55 | 159.07 | 0.59 | 0.29 |
| Hex | 1E | 74 | 56 | 4A | 0 | 1A | 37 | 9F | 3B | 1D |
| Octal | 36 | 164 | 126 | 112 | 0 | 32 | 67 | 237 | 73 | 35 |
| Binary | 11110 | 1110100 | 1010110 | 1001010 | 0 | 11010 | 110111 | 10011111 | 111011 | 11101 |
Color Harmonies of #1E7456
Complementary color
Monochromatic Colors of #1E7456
Black with #1E7456
Text Example
Text Example
White with #1E7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7456; }
p { color: rgb(30,116,86); }
H1.HeaderClassName
{
color: #1E7456;
}
.AnyTagClassName
{
color: #1E7456;
}
</style>
background-color css
<style>
a { background-color: #1E7456; }
a { background-color: rgb(30,116,86); }
div.DivClassName
{
background-color: #1E7456;
}
.BgClassName
{
background-color: #1E7456;
}
</style>
border-color css
<style>
span { border-color: #1E7456; }
span { border-color: rgb(30,116,86); }
td.TdClassName
{
border-color: #1E7456;
}
.TagClassName
{
border-color: #1E7456;
}
</style>