Shades of Salem #188D50
Tints of Salem #188D50
RGB
CMYK
RGB Variations
Color information
#188D50 (or 0x188D50) is known color: Salem. HEX triplet: 18, 8D and 50. RGB value is (24,141,80). Sum of RGB (Red+Green+Blue) = 24+141+80=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #188D50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188D50 is #E772AF. Grayscale: #636363. Windows color (decimal): -15168176 or 5279000. OLE color: 5279000.
HSL color Cylindrical-coordinate representation of color #188D50: hue angle of 148.72º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188D50 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 141 | 80 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.45 |
| HSL | 148.72º | 0.71% | 0.32% | - |
| HSV(B) | 148.72º | 0.83% | 0.55% | - |
| XYZ | 11.35 | 19.82 | 10.82 | - |
| YUV | 99.06 | 117.24 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 80 | 0.83 | 0 | 0.43 | 0.45 | 148.72 | 0.71 | 0.32 |
| Hex | 18 | 8D | 50 | 53 | 0 | 2B | 2D | 95 | 47 | 20 |
| Octal | 30 | 215 | 120 | 123 | 0 | 53 | 55 | 225 | 107 | 40 |
| Binary | 11000 | 10001101 | 1010000 | 1010011 | 0 | 101011 | 101101 | 10010101 | 1000111 | 100000 |
Color Harmonies of #188D50
Complementary color
Monochromatic Colors of #188D50
Black with #188D50
Text Example
Text Example
White with #188D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D50; }
p { color: rgb(24,141,80); }
H1.HeaderClassName
{
color: #188D50;
}
.AnyTagClassName
{
color: #188D50;
}
</style>
background-color css
<style>
a { background-color: #188D50; }
a { background-color: rgb(24,141,80); }
div.DivClassName
{
background-color: #188D50;
}
.BgClassName
{
background-color: #188D50;
}
</style>
border-color css
<style>
span { border-color: #188D50; }
span { border-color: rgb(24,141,80); }
td.TdClassName
{
border-color: #188D50;
}
.TagClassName
{
border-color: #188D50;
}
</style>