Shades of Salem #187A49
Tints of Salem #187A49
RGB
CMYK
RGB Variations
Color information
#187A49 (or 0x187A49) is known color: Salem. HEX triplet: 18, 7A and 49. RGB value is (24,122,73). Sum of RGB (Red+Green+Blue) = 24+122+73=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 122 (48.05% from 255 or 55.71% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 122 - color contains mainly: green. Hex color #187A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187A49 is #E785B6. Grayscale: #575757. Windows color (decimal): -15173047 or 4815384. OLE color: 4815384.
HSL color Cylindrical-coordinate representation of color #187A49: hue angle of 150º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187A49 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 122 | 73 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.52 |
| HSL | 150º | 0.67% | 0.29% | - |
| HSV(B) | 150º | 0.8% | 0.48% | - |
| XYZ | 8.54 | 14.59 | 8.67 | - |
| YUV | 87.11 | 120.03 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 73 | 0.80 | 0 | 0.40 | 0.52 | 150 | 0.67 | 0.29 |
| Hex | 18 | 7A | 49 | 50 | 0 | 28 | 34 | 96 | 43 | 1D |
| Octal | 30 | 172 | 111 | 120 | 0 | 50 | 64 | 226 | 103 | 35 |
| Binary | 11000 | 1111010 | 1001001 | 1010000 | 0 | 101000 | 110100 | 10010110 | 1000011 | 11101 |
Color Harmonies of #187A49
Complementary color
Monochromatic Colors of #187A49
Black with #187A49
Text Example
Text Example
White with #187A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187A49; }
p { color: rgb(24,122,73); }
H1.HeaderClassName
{
color: #187A49;
}
.AnyTagClassName
{
color: #187A49;
}
</style>
background-color css
<style>
a { background-color: #187A49; }
a { background-color: rgb(24,122,73); }
div.DivClassName
{
background-color: #187A49;
}
.BgClassName
{
background-color: #187A49;
}
</style>
border-color css
<style>
span { border-color: #187A49; }
span { border-color: rgb(24,122,73); }
td.TdClassName
{
border-color: #187A49;
}
.TagClassName
{
border-color: #187A49;
}
</style>