Shades of Salem #187D48
Tints of Salem #187D48
RGB
CMYK
RGB Variations
Color information
#187D48 (or 0x187D48) is known color: Salem. HEX triplet: 18, 7D and 48. RGB value is (24,125,72). Sum of RGB (Red+Green+Blue) = 24+125+72=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #187D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187D48 is #E782B7. Grayscale: #585858. Windows color (decimal): -15172280 or 4750616. OLE color: 4750616.
HSL color Cylindrical-coordinate representation of color #187D48: hue angle of 148.51º 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 #187D48 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 72 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.51 |
| HSL | 148.51º | 0.68% | 0.29% | - |
| HSV(B) | 148.51º | 0.81% | 0.49% | - |
| XYZ | 8.88 | 15.33 | 8.62 | - |
| YUV | 88.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 72 | 0.81 | 0 | 0.42 | 0.51 | 148.51 | 0.68 | 0.29 |
| Hex | 18 | 7D | 48 | 51 | 0 | 2A | 33 | 95 | 44 | 1D |
| Octal | 30 | 175 | 110 | 121 | 0 | 52 | 63 | 225 | 104 | 35 |
| Binary | 11000 | 1111101 | 1001000 | 1010001 | 0 | 101010 | 110011 | 10010101 | 1000100 | 11101 |
Color Harmonies of #187D48
Complementary color
Monochromatic Colors of #187D48
Black with #187D48
Text Example
Text Example
White with #187D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D48; }
p { color: rgb(24,125,72); }
H1.HeaderClassName
{
color: #187D48;
}
.AnyTagClassName
{
color: #187D48;
}
</style>
background-color css
<style>
a { background-color: #187D48; }
a { background-color: rgb(24,125,72); }
div.DivClassName
{
background-color: #187D48;
}
.BgClassName
{
background-color: #187D48;
}
</style>
border-color css
<style>
span { border-color: #187D48; }
span { border-color: rgb(24,125,72); }
td.TdClassName
{
border-color: #187D48;
}
.TagClassName
{
border-color: #187D48;
}
</style>