Shades of Salem #11704F
Tints of Salem #11704F
RGB
CMYK
RGB Variations
Color information
#11704F (or 0x11704F) is known color: Salem. HEX triplet: 11, 70 and 4F. RGB value is (17,112,79). Sum of RGB (Red+Green+Blue) = 17+112+79=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #11704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11704F is #EE8FB0. Grayscale: #4F4F4F. Windows color (decimal): -15634353 or 5206033. OLE color: 5206033.
HSL color Cylindrical-coordinate representation of color #11704F: hue angle of 159.16º 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 #11704F is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 79 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.56 |
| HSL | 159.16º | 0.74% | 0.25% | - |
| HSV(B) | 159.16º | 0.85% | 0.44% | - |
| XYZ | 7.44 | 12.27 | 9.37 | - |
| YUV | 79.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 79 | 0.85 | 0 | 0.29 | 0.56 | 159.16 | 0.74 | 0.25 |
| Hex | 11 | 70 | 4F | 55 | 0 | 1D | 38 | 9F | 4A | 19 |
| Octal | 21 | 160 | 117 | 125 | 0 | 35 | 70 | 237 | 112 | 31 |
| Binary | 10001 | 1110000 | 1001111 | 1010101 | 0 | 11101 | 111000 | 10011111 | 1001010 | 11001 |
Color Harmonies of #11704F
Complementary color
Monochromatic Colors of #11704F
Black with #11704F
Text Example
Text Example
White with #11704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11704F; }
p { color: rgb(17,112,79); }
H1.HeaderClassName
{
color: #11704F;
}
.AnyTagClassName
{
color: #11704F;
}
</style>
background-color css
<style>
a { background-color: #11704F; }
a { background-color: rgb(17,112,79); }
div.DivClassName
{
background-color: #11704F;
}
.BgClassName
{
background-color: #11704F;
}
</style>
border-color css
<style>
span { border-color: #11704F; }
span { border-color: rgb(17,112,79); }
td.TdClassName
{
border-color: #11704F;
}
.TagClassName
{
border-color: #11704F;
}
</style>