Shades of Salem #187352
Tints of Salem #187352
RGB
CMYK
RGB Variations
Color information
#187352 (or 0x187352) is known color: Salem. HEX triplet: 18, 73 and 52. RGB value is (24,115,82). Sum of RGB (Red+Green+Blue) = 24+115+82=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #187352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187352 is #E78CAD. Grayscale: #545454. Windows color (decimal): -15174830 or 5403416. OLE color: 5403416.
HSL color Cylindrical-coordinate representation of color #187352: hue angle of 158.24º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187352 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 115 | 82 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.55 |
| HSL | 158.24º | 0.65% | 0.27% | - |
| HSV(B) | 158.24º | 0.79% | 0.45% | - |
| XYZ | 8.03 | 13.06 | 10.08 | - |
| YUV | 84.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 115 | 82 | 0.79 | 0 | 0.29 | 0.55 | 158.24 | 0.65 | 0.27 |
| Hex | 18 | 73 | 52 | 4F | 0 | 1D | 37 | 9E | 41 | 1B |
| Octal | 30 | 163 | 122 | 117 | 0 | 35 | 67 | 236 | 101 | 33 |
| Binary | 11000 | 1110011 | 1010010 | 1001111 | 0 | 11101 | 110111 | 10011110 | 1000001 | 11011 |
Color Harmonies of #187352
Complementary color
Monochromatic Colors of #187352
Black with #187352
Text Example
Text Example
White with #187352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187352; }
p { color: rgb(24,115,82); }
H1.HeaderClassName
{
color: #187352;
}
.AnyTagClassName
{
color: #187352;
}
</style>
background-color css
<style>
a { background-color: #187352; }
a { background-color: rgb(24,115,82); }
div.DivClassName
{
background-color: #187352;
}
.BgClassName
{
background-color: #187352;
}
</style>
border-color css
<style>
span { border-color: #187352; }
span { border-color: rgb(24,115,82); }
td.TdClassName
{
border-color: #187352;
}
.TagClassName
{
border-color: #187352;
}
</style>