Shades of Salem #1E8053
Tints of Salem #1E8053
RGB
CMYK
RGB Variations
Color information
#1E8053 (or 0x1E8053) is known color: Salem. HEX triplet: 1E, 80 and 53. RGB value is (30,128,83). Sum of RGB (Red+Green+Blue) = 30+128+83=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8053 is #E17FAC. Grayscale: #5D5D5D. Windows color (decimal): -14778285 or 5472286. OLE color: 5472286.
HSL color Cylindrical-coordinate representation of color #1E8053: hue angle of 152.45º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8053 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 83 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.50 |
| HSL | 152.45º | 0.62% | 0.31% | - |
| HSV(B) | 152.45º | 0.77% | 0.5% | - |
| XYZ | 9.82 | 16.34 | 10.82 | - |
| YUV | 93.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 83 | 0.77 | 0 | 0.35 | 0.50 | 152.45 | 0.62 | 0.31 |
| Hex | 1E | 80 | 53 | 4D | 0 | 23 | 32 | 98 | 3E | 1F |
| Octal | 36 | 200 | 123 | 115 | 0 | 43 | 62 | 230 | 76 | 37 |
| Binary | 11110 | 10000000 | 1010011 | 1001101 | 0 | 100011 | 110010 | 10011000 | 111110 | 11111 |
Color Harmonies of #1E8053
Complementary color
Monochromatic Colors of #1E8053
Black with #1E8053
Text Example
Text Example
White with #1E8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8053; }
p { color: rgb(30,128,83); }
H1.HeaderClassName
{
color: #1E8053;
}
.AnyTagClassName
{
color: #1E8053;
}
</style>
background-color css
<style>
a { background-color: #1E8053; }
a { background-color: rgb(30,128,83); }
div.DivClassName
{
background-color: #1E8053;
}
.BgClassName
{
background-color: #1E8053;
}
</style>
border-color css
<style>
span { border-color: #1E8053; }
span { border-color: rgb(30,128,83); }
td.TdClassName
{
border-color: #1E8053;
}
.TagClassName
{
border-color: #1E8053;
}
</style>