Shades of Salem #11744F
Tints of Salem #11744F
RGB
CMYK
RGB Variations
Color information
#11744F (or 0x11744F) is known color: Salem. HEX triplet: 11, 74 and 4F. RGB value is (17,116,79). Sum of RGB (Red+Green+Blue) = 17+116+79=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #11744F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11744F is #EE8BB0. Grayscale: #525252. Windows color (decimal): -15633329 or 5207057. OLE color: 5207057.
HSL color Cylindrical-coordinate representation of color #11744F: hue angle of 157.58º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11744F is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 79 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.55 |
| HSL | 157.58º | 0.74% | 0.26% | - |
| HSV(B) | 157.58º | 0.85% | 0.45% | - |
| XYZ | 7.89 | 13.17 | 9.52 | - |
| YUV | 82.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 79 | 0.85 | 0 | 0.32 | 0.55 | 157.58 | 0.74 | 0.26 |
| Hex | 11 | 74 | 4F | 55 | 0 | 20 | 37 | 9E | 4A | 1A |
| Octal | 21 | 164 | 117 | 125 | 0 | 40 | 67 | 236 | 112 | 32 |
| Binary | 10001 | 1110100 | 1001111 | 1010101 | 0 | 100000 | 110111 | 10011110 | 1001010 | 11010 |
Color Harmonies of #11744F
Complementary color
Monochromatic Colors of #11744F
Black with #11744F
Text Example
Text Example
White with #11744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11744F; }
p { color: rgb(17,116,79); }
H1.HeaderClassName
{
color: #11744F;
}
.AnyTagClassName
{
color: #11744F;
}
</style>
background-color css
<style>
a { background-color: #11744F; }
a { background-color: rgb(17,116,79); }
div.DivClassName
{
background-color: #11744F;
}
.BgClassName
{
background-color: #11744F;
}
</style>
border-color css
<style>
span { border-color: #11744F; }
span { border-color: rgb(17,116,79); }
td.TdClassName
{
border-color: #11744F;
}
.TagClassName
{
border-color: #11744F;
}
</style>