Shades of Salem #1E734E
Tints of Salem #1E734E
RGB
CMYK
RGB Variations
Color information
#1E734E (or 0x1E734E) is known color: Salem. HEX triplet: 1E, 73 and 4E. RGB value is (30,115,78). Sum of RGB (Red+Green+Blue) = 30+115+78=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #1E734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E734E is #E18CB1. Grayscale: #555555. Windows color (decimal): -14781618 or 5141278. OLE color: 5141278.
HSL color Cylindrical-coordinate representation of color #1E734E: hue angle of 153.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E734E is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 78 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.55 |
| HSL | 153.88º | 0.59% | 0.28% | - |
| HSV(B) | 153.88º | 0.74% | 0.45% | - |
| XYZ | 8.04 | 13.09 | 9.31 | - |
| YUV | 85.37 | 123.84 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 78 | 0.74 | 0 | 0.32 | 0.55 | 153.88 | 0.59 | 0.28 |
| Hex | 1E | 73 | 4E | 4A | 0 | 20 | 37 | 9A | 3B | 1C |
| Octal | 36 | 163 | 116 | 112 | 0 | 40 | 67 | 232 | 73 | 34 |
| Binary | 11110 | 1110011 | 1001110 | 1001010 | 0 | 100000 | 110111 | 10011010 | 111011 | 11100 |
Color Harmonies of #1E734E
Complementary color
Monochromatic Colors of #1E734E
Black with #1E734E
Text Example
Text Example
White with #1E734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E734E; }
p { color: rgb(30,115,78); }
H1.HeaderClassName
{
color: #1E734E;
}
.AnyTagClassName
{
color: #1E734E;
}
</style>
background-color css
<style>
a { background-color: #1E734E; }
a { background-color: rgb(30,115,78); }
div.DivClassName
{
background-color: #1E734E;
}
.BgClassName
{
background-color: #1E734E;
}
</style>
border-color css
<style>
span { border-color: #1E734E; }
span { border-color: rgb(30,115,78); }
td.TdClassName
{
border-color: #1E734E;
}
.TagClassName
{
border-color: #1E734E;
}
</style>