Shades of Salem #118248
Tints of Salem #118248
RGB
CMYK
RGB Variations
Color information
#118248 (or 0x118248) is known color: Salem. HEX triplet: 11, 82 and 48. RGB value is (17,130,72). Sum of RGB (Red+Green+Blue) = 17+130+72=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #118248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118248 is #EE7DB7. Grayscale: #595959. Windows color (decimal): -15629752 or 4751889. OLE color: 4751889.
HSL color Cylindrical-coordinate representation of color #118248: hue angle of 149.2º 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 #118248 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 72 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.49 |
| HSL | 149.2º | 0.77% | 0.29% | - |
| HSV(B) | 149.2º | 0.87% | 0.51% | - |
| XYZ | 9.38 | 16.55 | 8.83 | - |
| YUV | 89.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 72 | 0.87 | 0 | 0.45 | 0.49 | 149.2 | 0.77 | 0.29 |
| Hex | 11 | 82 | 48 | 57 | 0 | 2D | 31 | 95 | 4D | 1D |
| Octal | 21 | 202 | 110 | 127 | 0 | 55 | 61 | 225 | 115 | 35 |
| Binary | 10001 | 10000010 | 1001000 | 1010111 | 0 | 101101 | 110001 | 10010101 | 1001101 | 11101 |
Color Harmonies of #118248
Complementary color
Monochromatic Colors of #118248
Black with #118248
Text Example
Text Example
White with #118248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118248; }
p { color: rgb(17,130,72); }
H1.HeaderClassName
{
color: #118248;
}
.AnyTagClassName
{
color: #118248;
}
</style>
background-color css
<style>
a { background-color: #118248; }
a { background-color: rgb(17,130,72); }
div.DivClassName
{
background-color: #118248;
}
.BgClassName
{
background-color: #118248;
}
</style>
border-color css
<style>
span { border-color: #118248; }
span { border-color: rgb(17,130,72); }
td.TdClassName
{
border-color: #118248;
}
.TagClassName
{
border-color: #118248;
}
</style>