Shades of Salem #187D47
Tints of Salem #187D47
RGB
CMYK
RGB Variations
Color information
#187D47 (or 0x187D47) is known color: Salem. HEX triplet: 18, 7D and 47. RGB value is (24,125,71). Sum of RGB (Red+Green+Blue) = 24+125+71=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 125 (49.22% from 255 or 56.82% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 125 - color contains mainly: green. Hex color #187D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187D47 is #E782B8. Grayscale: #585858. Windows color (decimal): -15172281 or 4685080. OLE color: 4685080.
HSL color Cylindrical-coordinate representation of color #187D47: hue angle of 147.92º 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 #187D47 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 71 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.51 |
| HSL | 147.92º | 0.68% | 0.29% | - |
| HSV(B) | 147.92º | 0.81% | 0.49% | - |
| XYZ | 8.85 | 15.32 | 8.45 | - |
| YUV | 88.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 71 | 0.81 | 0 | 0.43 | 0.51 | 147.92 | 0.68 | 0.29 |
| Hex | 18 | 7D | 47 | 51 | 0 | 2B | 33 | 94 | 44 | 1D |
| Octal | 30 | 175 | 107 | 121 | 0 | 53 | 63 | 224 | 104 | 35 |
| Binary | 11000 | 1111101 | 1000111 | 1010001 | 0 | 101011 | 110011 | 10010100 | 1000100 | 11101 |
Color Harmonies of #187D47
Complementary color
Monochromatic Colors of #187D47
Black with #187D47
Text Example
Text Example
White with #187D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D47; }
p { color: rgb(24,125,71); }
H1.HeaderClassName
{
color: #187D47;
}
.AnyTagClassName
{
color: #187D47;
}
</style>
background-color css
<style>
a { background-color: #187D47; }
a { background-color: rgb(24,125,71); }
div.DivClassName
{
background-color: #187D47;
}
.BgClassName
{
background-color: #187D47;
}
</style>
border-color css
<style>
span { border-color: #187D47; }
span { border-color: rgb(24,125,71); }
td.TdClassName
{
border-color: #187D47;
}
.TagClassName
{
border-color: #187D47;
}
</style>