Shades of Salem #188949
Tints of Salem #188949
RGB
CMYK
RGB Variations
Color information
#188949 (or 0x188949) is known color: Salem. HEX triplet: 18, 89 and 49. RGB value is (24,137,73). Sum of RGB (Red+Green+Blue) = 24+137+73=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #188949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188949 is #E776B6. Grayscale: #606060. Windows color (decimal): -15169207 or 4819224. OLE color: 4819224.
HSL color Cylindrical-coordinate representation of color #188949: hue angle of 146.02º 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 #188949 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 73 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.46 |
| HSL | 146.02º | 0.7% | 0.32% | - |
| HSV(B) | 146.02º | 0.82% | 0.54% | - |
| XYZ | 10.52 | 18.57 | 9.33 | - |
| YUV | 95.92 | 115.06 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 73 | 0.82 | 0 | 0.47 | 0.46 | 146.02 | 0.7 | 0.32 |
| Hex | 18 | 89 | 49 | 52 | 0 | 2F | 2E | 92 | 46 | 20 |
| Octal | 30 | 211 | 111 | 122 | 0 | 57 | 56 | 222 | 106 | 40 |
| Binary | 11000 | 10001001 | 1001001 | 1010010 | 0 | 101111 | 101110 | 10010010 | 1000110 | 100000 |
Color Harmonies of #188949
Complementary color
Monochromatic Colors of #188949
Black with #188949
Text Example
Text Example
White with #188949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188949; }
p { color: rgb(24,137,73); }
H1.HeaderClassName
{
color: #188949;
}
.AnyTagClassName
{
color: #188949;
}
</style>
background-color css
<style>
a { background-color: #188949; }
a { background-color: rgb(24,137,73); }
div.DivClassName
{
background-color: #188949;
}
.BgClassName
{
background-color: #188949;
}
</style>
border-color css
<style>
span { border-color: #188949; }
span { border-color: rgb(24,137,73); }
td.TdClassName
{
border-color: #188949;
}
.TagClassName
{
border-color: #188949;
}
</style>