Shades of Salem #117E43
Tints of Salem #117E43
RGB
CMYK
RGB Variations
Color information
#117E43 (or 0x117E43) is known color: Salem. HEX triplet: 11, 7E and 43. RGB value is (17,126,67). Sum of RGB (Red+Green+Blue) = 17+126+67=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #117E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117E43 is #EE81BC. Grayscale: #565656. Windows color (decimal): -15630781 or 4423185. OLE color: 4423185.
HSL color Cylindrical-coordinate representation of color #117E43: hue angle of 147.52º 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 #117E43 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 67 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.51 |
| HSL | 147.52º | 0.76% | 0.28% | - |
| HSV(B) | 147.52º | 0.87% | 0.49% | - |
| XYZ | 8.71 | 15.45 | 7.83 | - |
| YUV | 86.68 | 116.89 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 67 | 0.87 | 0 | 0.47 | 0.51 | 147.52 | 0.76 | 0.28 |
| Hex | 11 | 7E | 43 | 57 | 0 | 2F | 33 | 94 | 4C | 1C |
| Octal | 21 | 176 | 103 | 127 | 0 | 57 | 63 | 224 | 114 | 34 |
| Binary | 10001 | 1111110 | 1000011 | 1010111 | 0 | 101111 | 110011 | 10010100 | 1001100 | 11100 |
Color Harmonies of #117E43
Complementary color
Monochromatic Colors of #117E43
Black with #117E43
Text Example
Text Example
White with #117E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E43; }
p { color: rgb(17,126,67); }
H1.HeaderClassName
{
color: #117E43;
}
.AnyTagClassName
{
color: #117E43;
}
</style>
background-color css
<style>
a { background-color: #117E43; }
a { background-color: rgb(17,126,67); }
div.DivClassName
{
background-color: #117E43;
}
.BgClassName
{
background-color: #117E43;
}
</style>
border-color css
<style>
span { border-color: #117E43; }
span { border-color: rgb(17,126,67); }
td.TdClassName
{
border-color: #117E43;
}
.TagClassName
{
border-color: #117E43;
}
</style>