Shades of Salem #187949
Tints of Salem #187949
RGB
CMYK
RGB Variations
Color information
#187949 (or 0x187949) is known color: Salem. HEX triplet: 18, 79 and 49. RGB value is (24,121,73). Sum of RGB (Red+Green+Blue) = 24+121+73=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #187949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187949 is #E786B6. Grayscale: #565656. Windows color (decimal): -15173303 or 4815128. OLE color: 4815128.
HSL color Cylindrical-coordinate representation of color #187949: hue angle of 150.31º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187949 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 121 | 73 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.53 |
| HSL | 150.31º | 0.67% | 0.28% | - |
| HSV(B) | 150.31º | 0.8% | 0.47% | - |
| XYZ | 8.42 | 14.35 | 8.63 | - |
| YUV | 86.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 73 | 0.80 | 0 | 0.40 | 0.53 | 150.31 | 0.67 | 0.28 |
| Hex | 18 | 79 | 49 | 50 | 0 | 28 | 35 | 96 | 43 | 1C |
| Octal | 30 | 171 | 111 | 120 | 0 | 50 | 65 | 226 | 103 | 34 |
| Binary | 11000 | 1111001 | 1001001 | 1010000 | 0 | 101000 | 110101 | 10010110 | 1000011 | 11100 |
Color Harmonies of #187949
Complementary color
Monochromatic Colors of #187949
Black with #187949
Text Example
Text Example
White with #187949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187949; }
p { color: rgb(24,121,73); }
H1.HeaderClassName
{
color: #187949;
}
.AnyTagClassName
{
color: #187949;
}
</style>
background-color css
<style>
a { background-color: #187949; }
a { background-color: rgb(24,121,73); }
div.DivClassName
{
background-color: #187949;
}
.BgClassName
{
background-color: #187949;
}
</style>
border-color css
<style>
span { border-color: #187949; }
span { border-color: rgb(24,121,73); }
td.TdClassName
{
border-color: #187949;
}
.TagClassName
{
border-color: #187949;
}
</style>