Shades of Salem #118355
Tints of Salem #118355
RGB
CMYK
RGB Variations
Color information
#118355 (or 0x118355) is known color: Salem. HEX triplet: 11, 83 and 55. RGB value is (17,131,85). Sum of RGB (Red+Green+Blue) = 17+131+85=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #118355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118355 is #EE7CAA. Grayscale: #5B5B5B. Windows color (decimal): -15629483 or 5604113. OLE color: 5604113.
HSL color Cylindrical-coordinate representation of color #118355: hue angle of 155.79º 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 #118355 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 131 | 85 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.49 |
| HSL | 155.79º | 0.77% | 0.29% | - |
| HSV(B) | 155.79º | 0.87% | 0.51% | - |
| XYZ | 9.99 | 17.01 | 11.35 | - |
| YUV | 91.67 | 124.23 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 85 | 0.87 | 0 | 0.35 | 0.49 | 155.79 | 0.77 | 0.29 |
| Hex | 11 | 83 | 55 | 57 | 0 | 23 | 31 | 9C | 4D | 1D |
| Octal | 21 | 203 | 125 | 127 | 0 | 43 | 61 | 234 | 115 | 35 |
| Binary | 10001 | 10000011 | 1010101 | 1010111 | 0 | 100011 | 110001 | 10011100 | 1001101 | 11101 |
Color Harmonies of #118355
Complementary color
Monochromatic Colors of #118355
Black with #118355
Text Example
Text Example
White with #118355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118355; }
p { color: rgb(17,131,85); }
H1.HeaderClassName
{
color: #118355;
}
.AnyTagClassName
{
color: #118355;
}
</style>
background-color css
<style>
a { background-color: #118355; }
a { background-color: rgb(17,131,85); }
div.DivClassName
{
background-color: #118355;
}
.BgClassName
{
background-color: #118355;
}
</style>
border-color css
<style>
span { border-color: #118355; }
span { border-color: rgb(17,131,85); }
td.TdClassName
{
border-color: #118355;
}
.TagClassName
{
border-color: #118355;
}
</style>