Shades of Salem #187D58
Tints of Salem #187D58
RGB
CMYK
RGB Variations
Color information
#187D58 (or 0x187D58) is known color: Salem. HEX triplet: 18, 7D and 58. RGB value is (24,125,88). Sum of RGB (Red+Green+Blue) = 24+125+88=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #187D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D58 is #E782A7. Grayscale: #5A5A5A. Windows color (decimal): -15172264 or 5799192. OLE color: 5799192.
HSL color Cylindrical-coordinate representation of color #187D58: hue angle of 158.02º 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 #187D58 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 88 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.51 |
| HSL | 158.02º | 0.68% | 0.29% | - |
| HSV(B) | 158.02º | 0.81% | 0.49% | - |
| XYZ | 9.47 | 15.57 | 11.74 | - |
| YUV | 90.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 88 | 0.81 | 0 | 0.30 | 0.51 | 158.02 | 0.68 | 0.29 |
| Hex | 18 | 7D | 58 | 51 | 0 | 1E | 33 | 9E | 44 | 1D |
| Octal | 30 | 175 | 130 | 121 | 0 | 36 | 63 | 236 | 104 | 35 |
| Binary | 11000 | 1111101 | 1011000 | 1010001 | 0 | 11110 | 110011 | 10011110 | 1000100 | 11101 |
Color Harmonies of #187D58
Complementary color
Monochromatic Colors of #187D58
Black with #187D58
Text Example
Text Example
White with #187D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D58; }
p { color: rgb(24,125,88); }
H1.HeaderClassName
{
color: #187D58;
}
.AnyTagClassName
{
color: #187D58;
}
</style>
background-color css
<style>
a { background-color: #187D58; }
a { background-color: rgb(24,125,88); }
div.DivClassName
{
background-color: #187D58;
}
.BgClassName
{
background-color: #187D58;
}
</style>
border-color css
<style>
span { border-color: #187D58; }
span { border-color: rgb(24,125,88); }
td.TdClassName
{
border-color: #187D58;
}
.TagClassName
{
border-color: #187D58;
}
</style>