Shades of Salem #187152
Tints of Salem #187152
RGB
CMYK
RGB Variations
Color information
#187152 (or 0x187152) is known color: Salem. HEX triplet: 18, 71 and 52. RGB value is (24,113,82). Sum of RGB (Red+Green+Blue) = 24+113+82=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #187152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187152 is #E78EAD. Grayscale: #525252. Windows color (decimal): -15175342 or 5402904. OLE color: 5402904.
HSL color Cylindrical-coordinate representation of color #187152: hue angle of 159.1º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187152 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 113 | 82 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.56 |
| HSL | 159.1º | 0.65% | 0.27% | - |
| HSV(B) | 159.1º | 0.79% | 0.44% | - |
| XYZ | 7.8 | 12.61 | 10.01 | - |
| YUV | 82.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 82 | 0.79 | 0 | 0.27 | 0.56 | 159.1 | 0.65 | 0.27 |
| Hex | 18 | 71 | 52 | 4F | 0 | 1B | 38 | 9F | 41 | 1B |
| Octal | 30 | 161 | 122 | 117 | 0 | 33 | 70 | 237 | 101 | 33 |
| Binary | 11000 | 1110001 | 1010010 | 1001111 | 0 | 11011 | 111000 | 10011111 | 1000001 | 11011 |
Color Harmonies of #187152
Complementary color
Monochromatic Colors of #187152
Black with #187152
Text Example
Text Example
White with #187152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187152; }
p { color: rgb(24,113,82); }
H1.HeaderClassName
{
color: #187152;
}
.AnyTagClassName
{
color: #187152;
}
</style>
background-color css
<style>
a { background-color: #187152; }
a { background-color: rgb(24,113,82); }
div.DivClassName
{
background-color: #187152;
}
.BgClassName
{
background-color: #187152;
}
</style>
border-color css
<style>
span { border-color: #187152; }
span { border-color: rgb(24,113,82); }
td.TdClassName
{
border-color: #187152;
}
.TagClassName
{
border-color: #187152;
}
</style>