Shades of Salem #177352
Tints of Salem #177352
RGB
CMYK
RGB Variations
Color information
#177352 (or 0x177352) is known color: Salem. HEX triplet: 17, 73 and 52. RGB value is (23,115,82). Sum of RGB (Red+Green+Blue) = 23+115+82=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #177352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177352 is #E88CAD. Grayscale: #535353. Windows color (decimal): -15240366 or 5403415. OLE color: 5403415.
HSL color Cylindrical-coordinate representation of color #177352: hue angle of 158.48º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177352 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 115 | 82 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.55 |
| HSL | 158.48º | 0.67% | 0.27% | - |
| HSV(B) | 158.48º | 0.8% | 0.45% | - |
| XYZ | 8.01 | 13.05 | 10.08 | - |
| YUV | 83.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 115 | 82 | 0.80 | 0 | 0.29 | 0.55 | 158.48 | 0.67 | 0.27 |
| Hex | 17 | 73 | 52 | 50 | 0 | 1D | 37 | 9E | 43 | 1B |
| Octal | 27 | 163 | 122 | 120 | 0 | 35 | 67 | 236 | 103 | 33 |
| Binary | 10111 | 1110011 | 1010010 | 1010000 | 0 | 11101 | 110111 | 10011110 | 1000011 | 11011 |
Color Harmonies of #177352
Complementary color
Monochromatic Colors of #177352
Black with #177352
Text Example
Text Example
White with #177352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177352; }
p { color: rgb(23,115,82); }
H1.HeaderClassName
{
color: #177352;
}
.AnyTagClassName
{
color: #177352;
}
</style>
background-color css
<style>
a { background-color: #177352; }
a { background-color: rgb(23,115,82); }
div.DivClassName
{
background-color: #177352;
}
.BgClassName
{
background-color: #177352;
}
</style>
border-color css
<style>
span { border-color: #177352; }
span { border-color: rgb(23,115,82); }
td.TdClassName
{
border-color: #177352;
}
.TagClassName
{
border-color: #177352;
}
</style>