Shades of Salem #187450
Tints of Salem #187450
RGB
CMYK
RGB Variations
Color information
#187450 (or 0x187450) is known color: Salem. HEX triplet: 18, 74 and 50. RGB value is (24,116,80). Sum of RGB (Red+Green+Blue) = 24+116+80=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #187450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187450 is #E78BAF. Grayscale: #545454. Windows color (decimal): -15174576 or 5272600. OLE color: 5272600.
HSL color Cylindrical-coordinate representation of color #187450: hue angle of 156.52º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187450 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 116 | 80 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.55 |
| HSL | 156.52º | 0.66% | 0.27% | - |
| HSV(B) | 156.52º | 0.79% | 0.45% | - |
| XYZ | 8.07 | 13.26 | 9.72 | - |
| YUV | 84.39 | 125.52 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 80 | 0.79 | 0 | 0.31 | 0.55 | 156.52 | 0.66 | 0.27 |
| Hex | 18 | 74 | 50 | 4F | 0 | 1F | 37 | 9D | 42 | 1B |
| Octal | 30 | 164 | 120 | 117 | 0 | 37 | 67 | 235 | 102 | 33 |
| Binary | 11000 | 1110100 | 1010000 | 1001111 | 0 | 11111 | 110111 | 10011101 | 1000010 | 11011 |
Color Harmonies of #187450
Complementary color
Monochromatic Colors of #187450
Black with #187450
Text Example
Text Example
White with #187450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187450; }
p { color: rgb(24,116,80); }
H1.HeaderClassName
{
color: #187450;
}
.AnyTagClassName
{
color: #187450;
}
</style>
background-color css
<style>
a { background-color: #187450; }
a { background-color: rgb(24,116,80); }
div.DivClassName
{
background-color: #187450;
}
.BgClassName
{
background-color: #187450;
}
</style>
border-color css
<style>
span { border-color: #187450; }
span { border-color: rgb(24,116,80); }
td.TdClassName
{
border-color: #187450;
}
.TagClassName
{
border-color: #187450;
}
</style>