Shades of Salem #1E804E
Tints of Salem #1E804E
RGB
CMYK
RGB Variations
Color information
#1E804E (or 0x1E804E) is known color: Salem. HEX triplet: 1E, 80 and 4E. RGB value is (30,128,78). Sum of RGB (Red+Green+Blue) = 30+128+78=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #1E804E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E804E is #E17FB1. Grayscale: #5D5D5D. Windows color (decimal): -14778290 or 5144606. OLE color: 5144606.
HSL color Cylindrical-coordinate representation of color #1E804E: hue angle of 149.39º 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 #1E804E is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 78 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.50 |
| HSL | 149.39º | 0.62% | 0.31% | - |
| HSV(B) | 149.39º | 0.77% | 0.5% | - |
| XYZ | 9.63 | 16.26 | 9.84 | - |
| YUV | 93 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 78 | 0.77 | 0 | 0.39 | 0.50 | 149.39 | 0.62 | 0.31 |
| Hex | 1E | 80 | 4E | 4D | 0 | 27 | 32 | 95 | 3E | 1F |
| Octal | 36 | 200 | 116 | 115 | 0 | 47 | 62 | 225 | 76 | 37 |
| Binary | 11110 | 10000000 | 1001110 | 1001101 | 0 | 100111 | 110010 | 10010101 | 111110 | 11111 |
Color Harmonies of #1E804E
Complementary color
Monochromatic Colors of #1E804E
Black with #1E804E
Text Example
Text Example
White with #1E804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E804E; }
p { color: rgb(30,128,78); }
H1.HeaderClassName
{
color: #1E804E;
}
.AnyTagClassName
{
color: #1E804E;
}
</style>
background-color css
<style>
a { background-color: #1E804E; }
a { background-color: rgb(30,128,78); }
div.DivClassName
{
background-color: #1E804E;
}
.BgClassName
{
background-color: #1E804E;
}
</style>
border-color css
<style>
span { border-color: #1E804E; }
span { border-color: rgb(30,128,78); }
td.TdClassName
{
border-color: #1E804E;
}
.TagClassName
{
border-color: #1E804E;
}
</style>