Shades of Salem #118256
Tints of Salem #118256
RGB
CMYK
RGB Variations
Color information
#118256 (or 0x118256) is known color: Salem. HEX triplet: 11, 82 and 56. RGB value is (17,130,86). Sum of RGB (Red+Green+Blue) = 17+130+86=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #118256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118256 is #EE7DA9. Grayscale: #5B5B5B. Windows color (decimal): -15629738 or 5669393. OLE color: 5669393.
HSL color Cylindrical-coordinate representation of color #118256: hue angle of 156.64º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118256 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 86 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.49 |
| HSL | 156.64º | 0.77% | 0.29% | - |
| HSV(B) | 156.64º | 0.87% | 0.51% | - |
| XYZ | 9.89 | 16.76 | 11.52 | - |
| YUV | 91.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 86 | 0.87 | 0 | 0.34 | 0.49 | 156.64 | 0.77 | 0.29 |
| Hex | 11 | 82 | 56 | 57 | 0 | 22 | 31 | 9D | 4D | 1D |
| Octal | 21 | 202 | 126 | 127 | 0 | 42 | 61 | 235 | 115 | 35 |
| Binary | 10001 | 10000010 | 1010110 | 1010111 | 0 | 100010 | 110001 | 10011101 | 1001101 | 11101 |
Color Harmonies of #118256
Complementary color
Monochromatic Colors of #118256
Black with #118256
Text Example
Text Example
White with #118256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118256; }
p { color: rgb(17,130,86); }
H1.HeaderClassName
{
color: #118256;
}
.AnyTagClassName
{
color: #118256;
}
</style>
background-color css
<style>
a { background-color: #118256; }
a { background-color: rgb(17,130,86); }
div.DivClassName
{
background-color: #118256;
}
.BgClassName
{
background-color: #118256;
}
</style>
border-color css
<style>
span { border-color: #118256; }
span { border-color: rgb(17,130,86); }
td.TdClassName
{
border-color: #118256;
}
.TagClassName
{
border-color: #118256;
}
</style>