Shades of Salem #118442
Tints of Salem #118442
RGB
CMYK
RGB Variations
Color information
#118442 (or 0x118442) is known color: Salem. HEX triplet: 11, 84 and 42. RGB value is (17,132,66). Sum of RGB (Red+Green+Blue) = 17+132+66=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #118442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118442 is #EE7BBD. Grayscale: #5A5A5A. Windows color (decimal): -15629246 or 4359185. OLE color: 4359185.
HSL color Cylindrical-coordinate representation of color #118442: hue angle of 145.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118442 is Cyan = 0.87, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 66 | - |
| CMYK | 0.87 | 0 | 0.5 | 0.48 |
| HSL | 145.57º | 0.77% | 0.29% | - |
| HSV(B) | 145.57º | 0.87% | 0.52% | - |
| XYZ | 9.47 | 17.02 | 7.94 | - |
| YUV | 90.09 | 114.4 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 66 | 0.87 | 0 | 0.5 | 0.48 | 145.57 | 0.77 | 0.29 |
| Hex | 11 | 84 | 42 | 57 | 0 | 32 | 30 | 92 | 4D | 1D |
| Octal | 21 | 204 | 102 | 127 | 0 | 62 | 60 | 222 | 115 | 35 |
| Binary | 10001 | 10000100 | 1000010 | 1010111 | 0 | 110010 | 110000 | 10010010 | 1001101 | 11101 |
Color Harmonies of #118442
Complementary color
Monochromatic Colors of #118442
Black with #118442
Text Example
Text Example
White with #118442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118442; }
p { color: rgb(17,132,66); }
H1.HeaderClassName
{
color: #118442;
}
.AnyTagClassName
{
color: #118442;
}
</style>
background-color css
<style>
a { background-color: #118442; }
a { background-color: rgb(17,132,66); }
div.DivClassName
{
background-color: #118442;
}
.BgClassName
{
background-color: #118442;
}
</style>
border-color css
<style>
span { border-color: #118442; }
span { border-color: rgb(17,132,66); }
td.TdClassName
{
border-color: #118442;
}
.TagClassName
{
border-color: #118442;
}
</style>