Shades of Salem #1E834C
Tints of Salem #1E834C
RGB
CMYK
RGB Variations
Color information
#1E834C (or 0x1E834C) is known color: Salem. HEX triplet: 1E, 83 and 4C. RGB value is (30,131,76). Sum of RGB (Red+Green+Blue) = 30+131+76=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #1E834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E834C is #E17CB3. Grayscale: #5E5E5E. Windows color (decimal): -14777524 or 5014302. OLE color: 5014302.
HSL color Cylindrical-coordinate representation of color #1E834C: hue angle of 147.33º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E834C is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 131 | 76 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.49 |
| HSL | 147.33º | 0.63% | 0.32% | - |
| HSV(B) | 147.33º | 0.77% | 0.51% | - |
| XYZ | 9.96 | 17.03 | 9.6 | - |
| YUV | 94.53 | 117.54 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 76 | 0.77 | 0 | 0.42 | 0.49 | 147.33 | 0.63 | 0.32 |
| Hex | 1E | 83 | 4C | 4D | 0 | 2A | 31 | 93 | 3F | 20 |
| Octal | 36 | 203 | 114 | 115 | 0 | 52 | 61 | 223 | 77 | 40 |
| Binary | 11110 | 10000011 | 1001100 | 1001101 | 0 | 101010 | 110001 | 10010011 | 111111 | 100000 |
Color Harmonies of #1E834C
Complementary color
Monochromatic Colors of #1E834C
Black with #1E834C
Text Example
Text Example
White with #1E834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E834C; }
p { color: rgb(30,131,76); }
H1.HeaderClassName
{
color: #1E834C;
}
.AnyTagClassName
{
color: #1E834C;
}
</style>
background-color css
<style>
a { background-color: #1E834C; }
a { background-color: rgb(30,131,76); }
div.DivClassName
{
background-color: #1E834C;
}
.BgClassName
{
background-color: #1E834C;
}
</style>
border-color css
<style>
span { border-color: #1E834C; }
span { border-color: rgb(30,131,76); }
td.TdClassName
{
border-color: #1E834C;
}
.TagClassName
{
border-color: #1E834C;
}
</style>