Shades of Salem #118449
Tints of Salem #118449
RGB
CMYK
RGB Variations
Color information
#118449 (or 0x118449) is known color: Salem. HEX triplet: 11, 84 and 49. RGB value is (17,132,73). Sum of RGB (Red+Green+Blue) = 17+132+73=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #118449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118449 is #EE7BB6. Grayscale: #5B5B5B. Windows color (decimal): -15629239 or 4817937. OLE color: 4817937.
HSL color Cylindrical-coordinate representation of color #118449: hue angle of 149.22º 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 #118449 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 73 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.48 |
| HSL | 149.22º | 0.77% | 0.29% | - |
| HSV(B) | 149.22º | 0.87% | 0.52% | - |
| XYZ | 9.69 | 17.1 | 9.09 | - |
| YUV | 90.89 | 117.9 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 73 | 0.87 | 0 | 0.45 | 0.48 | 149.22 | 0.77 | 0.29 |
| Hex | 11 | 84 | 49 | 57 | 0 | 2D | 30 | 95 | 4D | 1D |
| Octal | 21 | 204 | 111 | 127 | 0 | 55 | 60 | 225 | 115 | 35 |
| Binary | 10001 | 10000100 | 1001001 | 1010111 | 0 | 101101 | 110000 | 10010101 | 1001101 | 11101 |
Color Harmonies of #118449
Complementary color
Monochromatic Colors of #118449
Black with #118449
Text Example
Text Example
White with #118449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118449; }
p { color: rgb(17,132,73); }
H1.HeaderClassName
{
color: #118449;
}
.AnyTagClassName
{
color: #118449;
}
</style>
background-color css
<style>
a { background-color: #118449; }
a { background-color: rgb(17,132,73); }
div.DivClassName
{
background-color: #118449;
}
.BgClassName
{
background-color: #118449;
}
</style>
border-color css
<style>
span { border-color: #118449; }
span { border-color: rgb(17,132,73); }
td.TdClassName
{
border-color: #118449;
}
.TagClassName
{
border-color: #118449;
}
</style>