Shades of Salem #188D48
Tints of Salem #188D48
RGB
CMYK
RGB Variations
Color information
#188D48 (or 0x188D48) is known color: Salem. HEX triplet: 18, 8D and 48. RGB value is (24,141,72). Sum of RGB (Red+Green+Blue) = 24+141+72=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #188D48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188D48 is #E772B7. Grayscale: #626262. Windows color (decimal): -15168184 or 4754712. OLE color: 4754712.
HSL color Cylindrical-coordinate representation of color #188D48: hue angle of 144.62º 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 #188D48 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 141 | 72 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.45 |
| HSL | 144.62º | 0.71% | 0.32% | - |
| HSV(B) | 144.62º | 0.83% | 0.55% | - |
| XYZ | 11.07 | 19.71 | 9.35 | - |
| YUV | 98.15 | 113.24 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 72 | 0.83 | 0 | 0.49 | 0.45 | 144.62 | 0.71 | 0.32 |
| Hex | 18 | 8D | 48 | 53 | 0 | 31 | 2D | 91 | 47 | 20 |
| Octal | 30 | 215 | 110 | 123 | 0 | 61 | 55 | 221 | 107 | 40 |
| Binary | 11000 | 10001101 | 1001000 | 1010011 | 0 | 110001 | 101101 | 10010001 | 1000111 | 100000 |
Color Harmonies of #188D48
Complementary color
Monochromatic Colors of #188D48
Black with #188D48
Text Example
Text Example
White with #188D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D48; }
p { color: rgb(24,141,72); }
H1.HeaderClassName
{
color: #188D48;
}
.AnyTagClassName
{
color: #188D48;
}
</style>
background-color css
<style>
a { background-color: #188D48; }
a { background-color: rgb(24,141,72); }
div.DivClassName
{
background-color: #188D48;
}
.BgClassName
{
background-color: #188D48;
}
</style>
border-color css
<style>
span { border-color: #188D48; }
span { border-color: rgb(24,141,72); }
td.TdClassName
{
border-color: #188D48;
}
.TagClassName
{
border-color: #188D48;
}
</style>