Shades of Salem #1E855A
Tints of Salem #1E855A
RGB
CMYK
RGB Variations
Color information
#1E855A (or 0x1E855A) is known color: Salem. HEX triplet: 1E, 85 and 5A. RGB value is (30,133,90). Sum of RGB (Red+Green+Blue) = 30+133+90=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #1E855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E855A is #E17AA5. Grayscale: #616161. Windows color (decimal): -14776998 or 5932318. OLE color: 5932318.
HSL color Cylindrical-coordinate representation of color #1E855A: hue angle of 154.95º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E855A is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 133 | 90 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.48 |
| HSL | 154.95º | 0.63% | 0.32% | - |
| HSV(B) | 154.95º | 0.77% | 0.52% | - |
| XYZ | 10.77 | 17.79 | 12.54 | - |
| YUV | 97.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 90 | 0.77 | 0 | 0.32 | 0.48 | 154.95 | 0.63 | 0.32 |
| Hex | 1E | 85 | 5A | 4D | 0 | 20 | 30 | 9B | 3F | 20 |
| Octal | 36 | 205 | 132 | 115 | 0 | 40 | 60 | 233 | 77 | 40 |
| Binary | 11110 | 10000101 | 1011010 | 1001101 | 0 | 100000 | 110000 | 10011011 | 111111 | 100000 |
Color Harmonies of #1E855A
Complementary color
Monochromatic Colors of #1E855A
Black with #1E855A
Text Example
Text Example
White with #1E855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E855A; }
p { color: rgb(30,133,90); }
H1.HeaderClassName
{
color: #1E855A;
}
.AnyTagClassName
{
color: #1E855A;
}
</style>
background-color css
<style>
a { background-color: #1E855A; }
a { background-color: rgb(30,133,90); }
div.DivClassName
{
background-color: #1E855A;
}
.BgClassName
{
background-color: #1E855A;
}
</style>
border-color css
<style>
span { border-color: #1E855A; }
span { border-color: rgb(30,133,90); }
td.TdClassName
{
border-color: #1E855A;
}
.TagClassName
{
border-color: #1E855A;
}
</style>