Shades of Salem #178B52
Tints of Salem #178B52
RGB
CMYK
RGB Variations
Color information
#178B52 (or 0x178B52) is known color: Salem. HEX triplet: 17, 8B and 52. RGB value is (23,139,82). Sum of RGB (Red+Green+Blue) = 23+139+82=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #178B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178B52 is #E874AD. Grayscale: #616161. Windows color (decimal): -15234222 or 5409559. OLE color: 5409559.
HSL color Cylindrical-coordinate representation of color #178B52: hue angle of 150.52º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178B52 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 139 | 82 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.45 |
| HSL | 150.52º | 0.72% | 0.32% | - |
| HSV(B) | 150.52º | 0.83% | 0.55% | - |
| XYZ | 11.11 | 19.26 | 11.11 | - |
| YUV | 97.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 139 | 82 | 0.83 | 0 | 0.41 | 0.45 | 150.52 | 0.72 | 0.32 |
| Hex | 17 | 8B | 52 | 53 | 0 | 29 | 2D | 97 | 48 | 20 |
| Octal | 27 | 213 | 122 | 123 | 0 | 51 | 55 | 227 | 110 | 40 |
| Binary | 10111 | 10001011 | 1010010 | 1010011 | 0 | 101001 | 101101 | 10010111 | 1001000 | 100000 |
Color Harmonies of #178B52
Complementary color
Monochromatic Colors of #178B52
Black with #178B52
Text Example
Text Example
White with #178B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178B52; }
p { color: rgb(23,139,82); }
H1.HeaderClassName
{
color: #178B52;
}
.AnyTagClassName
{
color: #178B52;
}
</style>
background-color css
<style>
a { background-color: #178B52; }
a { background-color: rgb(23,139,82); }
div.DivClassName
{
background-color: #178B52;
}
.BgClassName
{
background-color: #178B52;
}
</style>
border-color css
<style>
span { border-color: #178B52; }
span { border-color: rgb(23,139,82); }
td.TdClassName
{
border-color: #178B52;
}
.TagClassName
{
border-color: #178B52;
}
</style>