Shades of Salem #187C54
Tints of Salem #187C54
RGB
CMYK
RGB Variations
Color information
#187C54 (or 0x187C54) is known color: Salem. HEX triplet: 18, 7C and 54. RGB value is (24,124,84). Sum of RGB (Red+Green+Blue) = 24+124+84=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #187C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187C54 is #E783AB. Grayscale: #595959. Windows color (decimal): -15172524 or 5536792. OLE color: 5536792.
HSL color Cylindrical-coordinate representation of color #187C54: hue angle of 156º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187C54 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 124 | 84 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.51 |
| HSL | 156º | 0.68% | 0.29% | - |
| HSV(B) | 156º | 0.81% | 0.49% | - |
| XYZ | 9.18 | 15.25 | 10.85 | - |
| YUV | 89.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 84 | 0.81 | 0 | 0.32 | 0.51 | 156 | 0.68 | 0.29 |
| Hex | 18 | 7C | 54 | 51 | 0 | 20 | 33 | 9C | 44 | 1D |
| Octal | 30 | 174 | 124 | 121 | 0 | 40 | 63 | 234 | 104 | 35 |
| Binary | 11000 | 1111100 | 1010100 | 1010001 | 0 | 100000 | 110011 | 10011100 | 1000100 | 11101 |
Color Harmonies of #187C54
Complementary color
Monochromatic Colors of #187C54
Black with #187C54
Text Example
Text Example
White with #187C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187C54; }
p { color: rgb(24,124,84); }
H1.HeaderClassName
{
color: #187C54;
}
.AnyTagClassName
{
color: #187C54;
}
</style>
background-color css
<style>
a { background-color: #187C54; }
a { background-color: rgb(24,124,84); }
div.DivClassName
{
background-color: #187C54;
}
.BgClassName
{
background-color: #187C54;
}
</style>
border-color css
<style>
span { border-color: #187C54; }
span { border-color: rgb(24,124,84); }
td.TdClassName
{
border-color: #187C54;
}
.TagClassName
{
border-color: #187C54;
}
</style>