Shades of Salem #118258
Tints of Salem #118258
RGB
CMYK
RGB Variations
Color information
#118258 (or 0x118258) is known color: Salem. HEX triplet: 11, 82 and 58. RGB value is (17,130,88). Sum of RGB (Red+Green+Blue) = 17+130+88=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #118258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118258 is #EE7DA7. Grayscale: #5B5B5B. Windows color (decimal): -15629736 or 5800465. OLE color: 5800465.
HSL color Cylindrical-coordinate representation of color #118258: hue angle of 157.7º 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 #118258 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 88 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.49 |
| HSL | 157.7º | 0.77% | 0.29% | - |
| HSV(B) | 157.7º | 0.87% | 0.51% | - |
| XYZ | 9.98 | 16.79 | 11.95 | - |
| YUV | 91.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 88 | 0.87 | 0 | 0.32 | 0.49 | 157.7 | 0.77 | 0.29 |
| Hex | 11 | 82 | 58 | 57 | 0 | 20 | 31 | 9E | 4D | 1D |
| Octal | 21 | 202 | 130 | 127 | 0 | 40 | 61 | 236 | 115 | 35 |
| Binary | 10001 | 10000010 | 1011000 | 1010111 | 0 | 100000 | 110001 | 10011110 | 1001101 | 11101 |
Color Harmonies of #118258
Complementary color
Monochromatic Colors of #118258
Black with #118258
Text Example
Text Example
White with #118258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118258; }
p { color: rgb(17,130,88); }
H1.HeaderClassName
{
color: #118258;
}
.AnyTagClassName
{
color: #118258;
}
</style>
background-color css
<style>
a { background-color: #118258; }
a { background-color: rgb(17,130,88); }
div.DivClassName
{
background-color: #118258;
}
.BgClassName
{
background-color: #118258;
}
</style>
border-color css
<style>
span { border-color: #118258; }
span { border-color: rgb(17,130,88); }
td.TdClassName
{
border-color: #118258;
}
.TagClassName
{
border-color: #118258;
}
</style>