Shades of Salem #118048
Tints of Salem #118048
RGB
CMYK
RGB Variations
Color information
#118048 (or 0x118048) is known color: Salem. HEX triplet: 11, 80 and 48. RGB value is (17,128,72). Sum of RGB (Red+Green+Blue) = 17+128+72=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #118048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118048 is #EE7FB7. Grayscale: #585858. Windows color (decimal): -15630264 or 4751377. OLE color: 4751377.
HSL color Cylindrical-coordinate representation of color #118048: hue angle of 149.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118048 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 72 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.50 |
| HSL | 149.73º | 0.77% | 0.28% | - |
| HSV(B) | 149.73º | 0.87% | 0.5% | - |
| XYZ | 9.12 | 16.03 | 8.74 | - |
| YUV | 88.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 72 | 0.87 | 0 | 0.44 | 0.50 | 149.73 | 0.77 | 0.28 |
| Hex | 11 | 80 | 48 | 57 | 0 | 2C | 32 | 96 | 4D | 1C |
| Octal | 21 | 200 | 110 | 127 | 0 | 54 | 62 | 226 | 115 | 34 |
| Binary | 10001 | 10000000 | 1001000 | 1010111 | 0 | 101100 | 110010 | 10010110 | 1001101 | 11100 |
Color Harmonies of #118048
Complementary color
Monochromatic Colors of #118048
Black with #118048
Text Example
Text Example
White with #118048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118048; }
p { color: rgb(17,128,72); }
H1.HeaderClassName
{
color: #118048;
}
.AnyTagClassName
{
color: #118048;
}
</style>
background-color css
<style>
a { background-color: #118048; }
a { background-color: rgb(17,128,72); }
div.DivClassName
{
background-color: #118048;
}
.BgClassName
{
background-color: #118048;
}
</style>
border-color css
<style>
span { border-color: #118048; }
span { border-color: rgb(17,128,72); }
td.TdClassName
{
border-color: #118048;
}
.TagClassName
{
border-color: #118048;
}
</style>