Shades of Salem #178C42
Tints of Salem #178C42
RGB
CMYK
RGB Variations
Color information
#178C42 (or 0x178C42) is known color: Salem. HEX triplet: 17, 8C and 42. RGB value is (23,140,66). Sum of RGB (Red+Green+Blue) = 23+140+66=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #178C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #178C42 is #E873BD. Grayscale: #606060. Windows color (decimal): -15233982 or 4361239. OLE color: 4361239.
HSL color Cylindrical-coordinate representation of color #178C42: hue angle of 142.05º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #178C42 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 140 | 66 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.45 |
| HSL | 142.05º | 0.72% | 0.32% | - |
| HSV(B) | 142.05º | 0.84% | 0.55% | - |
| XYZ | 10.71 | 19.33 | 8.32 | - |
| YUV | 96.58 | 110.74 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 66 | 0.84 | 0 | 0.53 | 0.45 | 142.05 | 0.72 | 0.32 |
| Hex | 17 | 8C | 42 | 54 | 0 | 35 | 2D | 8E | 48 | 20 |
| Octal | 27 | 214 | 102 | 124 | 0 | 65 | 55 | 216 | 110 | 40 |
| Binary | 10111 | 10001100 | 1000010 | 1010100 | 0 | 110101 | 101101 | 10001110 | 1001000 | 100000 |
Color Harmonies of #178C42
Complementary color
Monochromatic Colors of #178C42
Black with #178C42
Text Example
Text Example
White with #178C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178C42; }
p { color: rgb(23,140,66); }
H1.HeaderClassName
{
color: #178C42;
}
.AnyTagClassName
{
color: #178C42;
}
</style>
background-color css
<style>
a { background-color: #178C42; }
a { background-color: rgb(23,140,66); }
div.DivClassName
{
background-color: #178C42;
}
.BgClassName
{
background-color: #178C42;
}
</style>
border-color css
<style>
span { border-color: #178C42; }
span { border-color: rgb(23,140,66); }
td.TdClassName
{
border-color: #178C42;
}
.TagClassName
{
border-color: #178C42;
}
</style>