Shades of Salem #187D52
Tints of Salem #187D52
RGB
CMYK
RGB Variations
Color information
#187D52 (or 0x187D52) is known color: Salem. HEX triplet: 18, 7D and 52. RGB value is (24,125,82). Sum of RGB (Red+Green+Blue) = 24+125+82=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #187D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D52 is #E782AD. Grayscale: #595959. Windows color (decimal): -15172270 or 5405976. OLE color: 5405976.
HSL color Cylindrical-coordinate representation of color #187D52: hue angle of 154.46º 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 #187D52 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 82 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.51 |
| HSL | 154.46º | 0.68% | 0.29% | - |
| HSV(B) | 154.46º | 0.81% | 0.49% | - |
| XYZ | 9.23 | 15.47 | 10.48 | - |
| YUV | 89.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 82 | 0.81 | 0 | 0.34 | 0.51 | 154.46 | 0.68 | 0.29 |
| Hex | 18 | 7D | 52 | 51 | 0 | 22 | 33 | 9A | 44 | 1D |
| Octal | 30 | 175 | 122 | 121 | 0 | 42 | 63 | 232 | 104 | 35 |
| Binary | 11000 | 1111101 | 1010010 | 1010001 | 0 | 100010 | 110011 | 10011010 | 1000100 | 11101 |
Color Harmonies of #187D52
Complementary color
Monochromatic Colors of #187D52
Black with #187D52
Text Example
Text Example
White with #187D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D52; }
p { color: rgb(24,125,82); }
H1.HeaderClassName
{
color: #187D52;
}
.AnyTagClassName
{
color: #187D52;
}
</style>
background-color css
<style>
a { background-color: #187D52; }
a { background-color: rgb(24,125,82); }
div.DivClassName
{
background-color: #187D52;
}
.BgClassName
{
background-color: #187D52;
}
</style>
border-color css
<style>
span { border-color: #187D52; }
span { border-color: rgb(24,125,82); }
td.TdClassName
{
border-color: #187D52;
}
.TagClassName
{
border-color: #187D52;
}
</style>