Shades of Salem #117E54
Tints of Salem #117E54
RGB
CMYK
RGB Variations
Color information
#117E54 (or 0x117E54) is known color: Salem. HEX triplet: 11, 7E and 54. RGB value is (17,126,84). Sum of RGB (Red+Green+Blue) = 17+126+84=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 126 (49.61% from 255 or 55.51% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 126 - color contains mainly: green. Hex color #117E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E54 is #EE81AB. Grayscale: #585858. Windows color (decimal): -15630764 or 5537297. OLE color: 5537297.
HSL color Cylindrical-coordinate representation of color #117E54: hue angle of 156.88º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E54 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 84 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.51 |
| HSL | 156.88º | 0.76% | 0.28% | - |
| HSV(B) | 156.88º | 0.87% | 0.49% | - |
| XYZ | 9.29 | 15.68 | 10.92 | - |
| YUV | 88.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 84 | 0.87 | 0 | 0.33 | 0.51 | 156.88 | 0.76 | 0.28 |
| Hex | 11 | 7E | 54 | 57 | 0 | 21 | 33 | 9D | 4C | 1C |
| Octal | 21 | 176 | 124 | 127 | 0 | 41 | 63 | 235 | 114 | 34 |
| Binary | 10001 | 1111110 | 1010100 | 1010111 | 0 | 100001 | 110011 | 10011101 | 1001100 | 11100 |
Color Harmonies of #117E54
Complementary color
Monochromatic Colors of #117E54
Black with #117E54
Text Example
Text Example
White with #117E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E54; }
p { color: rgb(17,126,84); }
H1.HeaderClassName
{
color: #117E54;
}
.AnyTagClassName
{
color: #117E54;
}
</style>
background-color css
<style>
a { background-color: #117E54; }
a { background-color: rgb(17,126,84); }
div.DivClassName
{
background-color: #117E54;
}
.BgClassName
{
background-color: #117E54;
}
</style>
border-color css
<style>
span { border-color: #117E54; }
span { border-color: rgb(17,126,84); }
td.TdClassName
{
border-color: #117E54;
}
.TagClassName
{
border-color: #117E54;
}
</style>