Shades of Salem #187D4B
Tints of Salem #187D4B
RGB
CMYK
RGB Variations
Color information
#187D4B (or 0x187D4B) is known color: Salem. HEX triplet: 18, 7D and 4B. RGB value is (24,125,75). Sum of RGB (Red+Green+Blue) = 24+125+75=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #187D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187D4B is #E782B4. Grayscale: #595959. Windows color (decimal): -15172277 or 4947224. OLE color: 4947224.
HSL color Cylindrical-coordinate representation of color #187D4B: hue angle of 150.3º 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 #187D4B is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 75 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.51 |
| HSL | 150.3º | 0.68% | 0.29% | - |
| HSV(B) | 150.3º | 0.81% | 0.49% | - |
| XYZ | 8.98 | 15.37 | 9.15 | - |
| YUV | 89.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 75 | 0.81 | 0 | 0.40 | 0.51 | 150.3 | 0.68 | 0.29 |
| Hex | 18 | 7D | 4B | 51 | 0 | 28 | 33 | 96 | 44 | 1D |
| Octal | 30 | 175 | 113 | 121 | 0 | 50 | 63 | 226 | 104 | 35 |
| Binary | 11000 | 1111101 | 1001011 | 1010001 | 0 | 101000 | 110011 | 10010110 | 1000100 | 11101 |
Color Harmonies of #187D4B
Complementary color
Monochromatic Colors of #187D4B
Black with #187D4B
Text Example
Text Example
White with #187D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D4B; }
p { color: rgb(24,125,75); }
H1.HeaderClassName
{
color: #187D4B;
}
.AnyTagClassName
{
color: #187D4B;
}
</style>
background-color css
<style>
a { background-color: #187D4B; }
a { background-color: rgb(24,125,75); }
div.DivClassName
{
background-color: #187D4B;
}
.BgClassName
{
background-color: #187D4B;
}
</style>
border-color css
<style>
span { border-color: #187D4B; }
span { border-color: rgb(24,125,75); }
td.TdClassName
{
border-color: #187D4B;
}
.TagClassName
{
border-color: #187D4B;
}
</style>