Shades of Salem #1E744D
Tints of Salem #1E744D
RGB
CMYK
RGB Variations
Color information
#1E744D (or 0x1E744D) is known color: Salem. HEX triplet: 1E, 74 and 4D. RGB value is (30,116,77). Sum of RGB (Red+Green+Blue) = 30+116+77=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #1E744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E744D is #E18BB2. Grayscale: #555555. Windows color (decimal): -14781363 or 5075998. OLE color: 5075998.
HSL color Cylindrical-coordinate representation of color #1E744D: hue angle of 152.79º 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 #1E744D is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 77 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.55 |
| HSL | 152.79º | 0.59% | 0.29% | - |
| HSV(B) | 152.79º | 0.74% | 0.45% | - |
| XYZ | 8.12 | 13.3 | 9.16 | - |
| YUV | 85.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 77 | 0.74 | 0 | 0.34 | 0.55 | 152.79 | 0.59 | 0.29 |
| Hex | 1E | 74 | 4D | 4A | 0 | 22 | 37 | 99 | 3B | 1D |
| Octal | 36 | 164 | 115 | 112 | 0 | 42 | 67 | 231 | 73 | 35 |
| Binary | 11110 | 1110100 | 1001101 | 1001010 | 0 | 100010 | 110111 | 10011001 | 111011 | 11101 |
Color Harmonies of #1E744D
Complementary color
Monochromatic Colors of #1E744D
Black with #1E744D
Text Example
Text Example
White with #1E744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E744D; }
p { color: rgb(30,116,77); }
H1.HeaderClassName
{
color: #1E744D;
}
.AnyTagClassName
{
color: #1E744D;
}
</style>
background-color css
<style>
a { background-color: #1E744D; }
a { background-color: rgb(30,116,77); }
div.DivClassName
{
background-color: #1E744D;
}
.BgClassName
{
background-color: #1E744D;
}
</style>
border-color css
<style>
span { border-color: #1E744D; }
span { border-color: rgb(30,116,77); }
td.TdClassName
{
border-color: #1E744D;
}
.TagClassName
{
border-color: #1E744D;
}
</style>