Shades of Salem #1E744E
Tints of Salem #1E744E
RGB
CMYK
RGB Variations
Color information
#1E744E (or 0x1E744E) is known color: Salem. HEX triplet: 1E, 74 and 4E. RGB value is (30,116,78). Sum of RGB (Red+Green+Blue) = 30+116+78=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #1E744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E744E is #E18BB1. Grayscale: #565656. Windows color (decimal): -14781362 or 5141534. OLE color: 5141534.
HSL color Cylindrical-coordinate representation of color #1E744E: hue angle of 153.49º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E744E is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 78 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.55 |
| HSL | 153.49º | 0.59% | 0.29% | - |
| HSV(B) | 153.49º | 0.74% | 0.45% | - |
| XYZ | 8.16 | 13.32 | 9.35 | - |
| YUV | 85.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 78 | 0.74 | 0 | 0.33 | 0.55 | 153.49 | 0.59 | 0.29 |
| Hex | 1E | 74 | 4E | 4A | 0 | 21 | 37 | 99 | 3B | 1D |
| Octal | 36 | 164 | 116 | 112 | 0 | 41 | 67 | 231 | 73 | 35 |
| Binary | 11110 | 1110100 | 1001110 | 1001010 | 0 | 100001 | 110111 | 10011001 | 111011 | 11101 |
Color Harmonies of #1E744E
Complementary color
Monochromatic Colors of #1E744E
Black with #1E744E
Text Example
Text Example
White with #1E744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E744E; }
p { color: rgb(30,116,78); }
H1.HeaderClassName
{
color: #1E744E;
}
.AnyTagClassName
{
color: #1E744E;
}
</style>
background-color css
<style>
a { background-color: #1E744E; }
a { background-color: rgb(30,116,78); }
div.DivClassName
{
background-color: #1E744E;
}
.BgClassName
{
background-color: #1E744E;
}
</style>
border-color css
<style>
span { border-color: #1E744E; }
span { border-color: rgb(30,116,78); }
td.TdClassName
{
border-color: #1E744E;
}
.TagClassName
{
border-color: #1E744E;
}
</style>