Shades of Salem #178A3C
Tints of Salem #178A3C
RGB
CMYK
RGB Variations
Color information
#178A3C (or 0x178A3C) is known color: Salem. HEX triplet: 17, 8A and 3C. RGB value is (23,138,60). Sum of RGB (Red+Green+Blue) = 23+138+60=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #178A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #178A3C is #E875C3. Grayscale: #5E5E5E. Windows color (decimal): -15234500 or 3967511. OLE color: 3967511.
HSL color Cylindrical-coordinate representation of color #178A3C: hue angle of 139.3º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178A3C is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 138 | 60 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.46 |
| HSL | 139.3º | 0.71% | 0.32% | - |
| HSV(B) | 139.3º | 0.83% | 0.54% | - |
| XYZ | 10.26 | 18.69 | 7.34 | - |
| YUV | 94.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 60 | 0.83 | 0 | 0.57 | 0.46 | 139.3 | 0.71 | 0.32 |
| Hex | 17 | 8A | 3C | 53 | 0 | 39 | 2E | 8B | 47 | 20 |
| Octal | 27 | 212 | 74 | 123 | 0 | 71 | 56 | 213 | 107 | 40 |
| Binary | 10111 | 10001010 | 111100 | 1010011 | 0 | 111001 | 101110 | 10001011 | 1000111 | 100000 |
Color Harmonies of #178A3C
Complementary color
Monochromatic Colors of #178A3C
Black with #178A3C
Text Example
Text Example
White with #178A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178A3C; }
p { color: rgb(23,138,60); }
H1.HeaderClassName
{
color: #178A3C;
}
.AnyTagClassName
{
color: #178A3C;
}
</style>
background-color css
<style>
a { background-color: #178A3C; }
a { background-color: rgb(23,138,60); }
div.DivClassName
{
background-color: #178A3C;
}
.BgClassName
{
background-color: #178A3C;
}
</style>
border-color css
<style>
span { border-color: #178A3C; }
span { border-color: rgb(23,138,60); }
td.TdClassName
{
border-color: #178A3C;
}
.TagClassName
{
border-color: #178A3C;
}
</style>