Shades of Salem #11734F
Tints of Salem #11734F
RGB
CMYK
RGB Variations
Color information
#11734F (or 0x11734F) is known color: Salem. HEX triplet: 11, 73 and 4F. RGB value is (17,115,79). Sum of RGB (Red+Green+Blue) = 17+115+79=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #11734F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11734F is #EE8CB0. Grayscale: #515151. Windows color (decimal): -15633585 or 5206801. OLE color: 5206801.
HSL color Cylindrical-coordinate representation of color #11734F: hue angle of 157.96º 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 #11734F is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 79 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.55 |
| HSL | 157.96º | 0.74% | 0.26% | - |
| HSV(B) | 157.96º | 0.85% | 0.45% | - |
| XYZ | 7.77 | 12.95 | 9.49 | - |
| YUV | 81.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 79 | 0.85 | 0 | 0.31 | 0.55 | 157.96 | 0.74 | 0.26 |
| Hex | 11 | 73 | 4F | 55 | 0 | 1F | 37 | 9E | 4A | 1A |
| Octal | 21 | 163 | 117 | 125 | 0 | 37 | 67 | 236 | 112 | 32 |
| Binary | 10001 | 1110011 | 1001111 | 1010101 | 0 | 11111 | 110111 | 10011110 | 1001010 | 11010 |
Color Harmonies of #11734F
Complementary color
Monochromatic Colors of #11734F
Black with #11734F
Text Example
Text Example
White with #11734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11734F; }
p { color: rgb(17,115,79); }
H1.HeaderClassName
{
color: #11734F;
}
.AnyTagClassName
{
color: #11734F;
}
</style>
background-color css
<style>
a { background-color: #11734F; }
a { background-color: rgb(17,115,79); }
div.DivClassName
{
background-color: #11734F;
}
.BgClassName
{
background-color: #11734F;
}
</style>
border-color css
<style>
span { border-color: #11734F; }
span { border-color: rgb(17,115,79); }
td.TdClassName
{
border-color: #11734F;
}
.TagClassName
{
border-color: #11734F;
}
</style>