Shades of Salem #188D52
Tints of Salem #188D52
RGB
CMYK
RGB Variations
Color information
#188D52 (or 0x188D52) is known color: Salem. HEX triplet: 18, 8D and 52. RGB value is (24,141,82). Sum of RGB (Red+Green+Blue) = 24+141+82=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #188D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188D52 is #E772AD. Grayscale: #636363. Windows color (decimal): -15168174 or 5410072. OLE color: 5410072.
HSL color Cylindrical-coordinate representation of color #188D52: hue angle of 149.74º 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 #188D52 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 141 | 82 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.45 |
| HSL | 149.74º | 0.71% | 0.32% | - |
| HSV(B) | 149.74º | 0.83% | 0.55% | - |
| XYZ | 11.42 | 19.85 | 11.21 | - |
| YUV | 99.29 | 118.24 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 82 | 0.83 | 0 | 0.42 | 0.45 | 149.74 | 0.71 | 0.32 |
| Hex | 18 | 8D | 52 | 53 | 0 | 2A | 2D | 96 | 47 | 20 |
| Octal | 30 | 215 | 122 | 123 | 0 | 52 | 55 | 226 | 107 | 40 |
| Binary | 11000 | 10001101 | 1010010 | 1010011 | 0 | 101010 | 101101 | 10010110 | 1000111 | 100000 |
Color Harmonies of #188D52
Complementary color
Monochromatic Colors of #188D52
Black with #188D52
Text Example
Text Example
White with #188D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D52; }
p { color: rgb(24,141,82); }
H1.HeaderClassName
{
color: #188D52;
}
.AnyTagClassName
{
color: #188D52;
}
</style>
background-color css
<style>
a { background-color: #188D52; }
a { background-color: rgb(24,141,82); }
div.DivClassName
{
background-color: #188D52;
}
.BgClassName
{
background-color: #188D52;
}
</style>
border-color css
<style>
span { border-color: #188D52; }
span { border-color: rgb(24,141,82); }
td.TdClassName
{
border-color: #188D52;
}
.TagClassName
{
border-color: #188D52;
}
</style>