Shades of Salem #187C4C
Tints of Salem #187C4C
RGB
CMYK
RGB Variations
Color information
#187C4C (or 0x187C4C) is known color: Salem. HEX triplet: 18, 7C and 4C. RGB value is (24,124,76). Sum of RGB (Red+Green+Blue) = 24+124+76=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #187C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187C4C is #E783B3. Grayscale: #585858. Windows color (decimal): -15172532 or 5012504. OLE color: 5012504.
HSL color Cylindrical-coordinate representation of color #187C4C: hue angle of 151.2º 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 #187C4C is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 124 | 76 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.51 |
| HSL | 151.2º | 0.68% | 0.29% | - |
| HSV(B) | 151.2º | 0.81% | 0.49% | - |
| XYZ | 8.89 | 15.13 | 9.29 | - |
| YUV | 88.63 | 120.87 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 76 | 0.81 | 0 | 0.39 | 0.51 | 151.2 | 0.68 | 0.29 |
| Hex | 18 | 7C | 4C | 51 | 0 | 27 | 33 | 97 | 44 | 1D |
| Octal | 30 | 174 | 114 | 121 | 0 | 47 | 63 | 227 | 104 | 35 |
| Binary | 11000 | 1111100 | 1001100 | 1010001 | 0 | 100111 | 110011 | 10010111 | 1000100 | 11101 |
Color Harmonies of #187C4C
Complementary color
Monochromatic Colors of #187C4C
Black with #187C4C
Text Example
Text Example
White with #187C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187C4C; }
p { color: rgb(24,124,76); }
H1.HeaderClassName
{
color: #187C4C;
}
.AnyTagClassName
{
color: #187C4C;
}
</style>
background-color css
<style>
a { background-color: #187C4C; }
a { background-color: rgb(24,124,76); }
div.DivClassName
{
background-color: #187C4C;
}
.BgClassName
{
background-color: #187C4C;
}
</style>
border-color css
<style>
span { border-color: #187C4C; }
span { border-color: rgb(24,124,76); }
td.TdClassName
{
border-color: #187C4C;
}
.TagClassName
{
border-color: #187C4C;
}
</style>