Shades of Salem #11714E
Tints of Salem #11714E
RGB
CMYK
RGB Variations
Color information
#11714E (or 0x11714E) is known color: Salem. HEX triplet: 11, 71 and 4E. RGB value is (17,113,78). Sum of RGB (Red+Green+Blue) = 17+113+78=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #11714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11714E is #EE8EB1. Grayscale: #505050. Windows color (decimal): -15634098 or 5140753. OLE color: 5140753.
HSL color Cylindrical-coordinate representation of color #11714E: hue angle of 158.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11714E is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 78 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.56 |
| HSL | 158.13º | 0.74% | 0.25% | - |
| HSV(B) | 158.13º | 0.85% | 0.44% | - |
| XYZ | 7.51 | 12.48 | 9.22 | - |
| YUV | 80.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 78 | 0.85 | 0 | 0.31 | 0.56 | 158.13 | 0.74 | 0.25 |
| Hex | 11 | 71 | 4E | 55 | 0 | 1F | 38 | 9E | 4A | 19 |
| Octal | 21 | 161 | 116 | 125 | 0 | 37 | 70 | 236 | 112 | 31 |
| Binary | 10001 | 1110001 | 1001110 | 1010101 | 0 | 11111 | 111000 | 10011110 | 1001010 | 11001 |
Color Harmonies of #11714E
Complementary color
Monochromatic Colors of #11714E
Black with #11714E
Text Example
Text Example
White with #11714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11714E; }
p { color: rgb(17,113,78); }
H1.HeaderClassName
{
color: #11714E;
}
.AnyTagClassName
{
color: #11714E;
}
</style>
background-color css
<style>
a { background-color: #11714E; }
a { background-color: rgb(17,113,78); }
div.DivClassName
{
background-color: #11714E;
}
.BgClassName
{
background-color: #11714E;
}
</style>
border-color css
<style>
span { border-color: #11714E; }
span { border-color: rgb(17,113,78); }
td.TdClassName
{
border-color: #11714E;
}
.TagClassName
{
border-color: #11714E;
}
</style>