Shades of Salem #188948
Tints of Salem #188948
RGB
CMYK
RGB Variations
Color information
#188948 (or 0x188948) is known color: Salem. HEX triplet: 18, 89 and 48. RGB value is (24,137,72). Sum of RGB (Red+Green+Blue) = 24+137+72=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #188948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188948 is #E776B7. Grayscale: #5F5F5F. Windows color (decimal): -15169208 or 4753688. OLE color: 4753688.
HSL color Cylindrical-coordinate representation of color #188948: hue angle of 145.49º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188948 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 72 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.46 |
| HSL | 145.49º | 0.7% | 0.32% | - |
| HSV(B) | 145.49º | 0.82% | 0.54% | - |
| XYZ | 10.49 | 18.55 | 9.16 | - |
| YUV | 95.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 72 | 0.82 | 0 | 0.47 | 0.46 | 145.49 | 0.7 | 0.32 |
| Hex | 18 | 89 | 48 | 52 | 0 | 2F | 2E | 91 | 46 | 20 |
| Octal | 30 | 211 | 110 | 122 | 0 | 57 | 56 | 221 | 106 | 40 |
| Binary | 11000 | 10001001 | 1001000 | 1010010 | 0 | 101111 | 101110 | 10010001 | 1000110 | 100000 |
Color Harmonies of #188948
Complementary color
Monochromatic Colors of #188948
Black with #188948
Text Example
Text Example
White with #188948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188948; }
p { color: rgb(24,137,72); }
H1.HeaderClassName
{
color: #188948;
}
.AnyTagClassName
{
color: #188948;
}
</style>
background-color css
<style>
a { background-color: #188948; }
a { background-color: rgb(24,137,72); }
div.DivClassName
{
background-color: #188948;
}
.BgClassName
{
background-color: #188948;
}
</style>
border-color css
<style>
span { border-color: #188948; }
span { border-color: rgb(24,137,72); }
td.TdClassName
{
border-color: #188948;
}
.TagClassName
{
border-color: #188948;
}
</style>