Shades of Salem #118753
Tints of Salem #118753
RGB
CMYK
RGB Variations
Color information
#118753 (or 0x118753) is known color: Salem. HEX triplet: 11, 87 and 53. RGB value is (17,135,83). Sum of RGB (Red+Green+Blue) = 17+135+83=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #118753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118753 is #EE78AC. Grayscale: #5D5D5D. Windows color (decimal): -15628461 or 5474065. OLE color: 5474065.
HSL color Cylindrical-coordinate representation of color #118753: hue angle of 153.56º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118753 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 83 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.47 |
| HSL | 153.56º | 0.78% | 0.3% | - |
| HSV(B) | 153.56º | 0.87% | 0.53% | - |
| XYZ | 10.46 | 18.07 | 11.12 | - |
| YUV | 93.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 83 | 0.87 | 0 | 0.39 | 0.47 | 153.56 | 0.78 | 0.3 |
| Hex | 11 | 87 | 53 | 57 | 0 | 27 | 2F | 9A | 4E | 1E |
| Octal | 21 | 207 | 123 | 127 | 0 | 47 | 57 | 232 | 116 | 36 |
| Binary | 10001 | 10000111 | 1010011 | 1010111 | 0 | 100111 | 101111 | 10011010 | 1001110 | 11110 |
Color Harmonies of #118753
Complementary color
Monochromatic Colors of #118753
Black with #118753
Text Example
Text Example
White with #118753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118753; }
p { color: rgb(17,135,83); }
H1.HeaderClassName
{
color: #118753;
}
.AnyTagClassName
{
color: #118753;
}
</style>
background-color css
<style>
a { background-color: #118753; }
a { background-color: rgb(17,135,83); }
div.DivClassName
{
background-color: #118753;
}
.BgClassName
{
background-color: #118753;
}
</style>
border-color css
<style>
span { border-color: #118753; }
span { border-color: rgb(17,135,83); }
td.TdClassName
{
border-color: #118753;
}
.TagClassName
{
border-color: #118753;
}
</style>