Shades of Salem #1E864C
Tints of Salem #1E864C
RGB
CMYK
RGB Variations
Color information
#1E864C (or 0x1E864C) is known color: Salem. HEX triplet: 1E, 86 and 4C. RGB value is (30,134,76). Sum of RGB (Red+Green+Blue) = 30+134+76=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #1E864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E864C is #E179B3. Grayscale: #606060. Windows color (decimal): -14776756 or 5015070. OLE color: 5015070.
HSL color Cylindrical-coordinate representation of color #1E864C: hue angle of 146.54º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E864C is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 76 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.47 |
| HSL | 146.54º | 0.63% | 0.32% | - |
| HSV(B) | 146.54º | 0.78% | 0.53% | - |
| XYZ | 10.37 | 17.85 | 9.74 | - |
| YUV | 96.29 | 116.54 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 76 | 0.78 | 0 | 0.43 | 0.47 | 146.54 | 0.63 | 0.32 |
| Hex | 1E | 86 | 4C | 4E | 0 | 2B | 2F | 93 | 3F | 20 |
| Octal | 36 | 206 | 114 | 116 | 0 | 53 | 57 | 223 | 77 | 40 |
| Binary | 11110 | 10000110 | 1001100 | 1001110 | 0 | 101011 | 101111 | 10010011 | 111111 | 100000 |
Color Harmonies of #1E864C
Complementary color
Monochromatic Colors of #1E864C
Black with #1E864C
Text Example
Text Example
White with #1E864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E864C; }
p { color: rgb(30,134,76); }
H1.HeaderClassName
{
color: #1E864C;
}
.AnyTagClassName
{
color: #1E864C;
}
</style>
background-color css
<style>
a { background-color: #1E864C; }
a { background-color: rgb(30,134,76); }
div.DivClassName
{
background-color: #1E864C;
}
.BgClassName
{
background-color: #1E864C;
}
</style>
border-color css
<style>
span { border-color: #1E864C; }
span { border-color: rgb(30,134,76); }
td.TdClassName
{
border-color: #1E864C;
}
.TagClassName
{
border-color: #1E864C;
}
</style>