Shades of Salem #178540
Tints of Salem #178540
RGB
CMYK
RGB Variations
Color information
#178540 (or 0x178540) is known color: Salem. HEX triplet: 17, 85 and 40. RGB value is (23,133,64). Sum of RGB (Red+Green+Blue) = 23+133+64=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #178540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #178540 is #E87ABF. Grayscale: #5C5C5C. Windows color (decimal): -15235776 or 4228375. OLE color: 4228375.
HSL color Cylindrical-coordinate representation of color #178540: hue angle of 142.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178540 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 133 | 64 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.48 |
| HSL | 142.36º | 0.71% | 0.31% | - |
| HSV(B) | 142.36º | 0.83% | 0.52% | - |
| XYZ | 9.67 | 17.33 | 7.69 | - |
| YUV | 92.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 64 | 0.83 | 0 | 0.52 | 0.48 | 142.36 | 0.71 | 0.31 |
| Hex | 17 | 85 | 40 | 53 | 0 | 34 | 30 | 8E | 47 | 1F |
| Octal | 27 | 205 | 100 | 123 | 0 | 64 | 60 | 216 | 107 | 37 |
| Binary | 10111 | 10000101 | 1000000 | 1010011 | 0 | 110100 | 110000 | 10001110 | 1000111 | 11111 |
Color Harmonies of #178540
Complementary color
Monochromatic Colors of #178540
Black with #178540
Text Example
Text Example
White with #178540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178540; }
p { color: rgb(23,133,64); }
H1.HeaderClassName
{
color: #178540;
}
.AnyTagClassName
{
color: #178540;
}
</style>
background-color css
<style>
a { background-color: #178540; }
a { background-color: rgb(23,133,64); }
div.DivClassName
{
background-color: #178540;
}
.BgClassName
{
background-color: #178540;
}
</style>
border-color css
<style>
span { border-color: #178540; }
span { border-color: rgb(23,133,64); }
td.TdClassName
{
border-color: #178540;
}
.TagClassName
{
border-color: #178540;
}
</style>