Shades of Salem #187B4D
Tints of Salem #187B4D
RGB
CMYK
RGB Variations
Color information
#187B4D (or 0x187B4D) is known color: Salem. HEX triplet: 18, 7B and 4D. RGB value is (24,123,77). Sum of RGB (Red+Green+Blue) = 24+123+77=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #187B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187B4D is #E784B2. Grayscale: #585858. Windows color (decimal): -15172787 or 5077784. OLE color: 5077784.
HSL color Cylindrical-coordinate representation of color #187B4D: hue angle of 152.12º 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 #187B4D is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 123 | 77 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.52 |
| HSL | 152.12º | 0.67% | 0.29% | - |
| HSV(B) | 152.12º | 0.8% | 0.48% | - |
| XYZ | 8.8 | 14.9 | 9.43 | - |
| YUV | 88.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 77 | 0.80 | 0 | 0.37 | 0.52 | 152.12 | 0.67 | 0.29 |
| Hex | 18 | 7B | 4D | 50 | 0 | 25 | 34 | 98 | 43 | 1D |
| Octal | 30 | 173 | 115 | 120 | 0 | 45 | 64 | 230 | 103 | 35 |
| Binary | 11000 | 1111011 | 1001101 | 1010000 | 0 | 100101 | 110100 | 10011000 | 1000011 | 11101 |
Color Harmonies of #187B4D
Complementary color
Monochromatic Colors of #187B4D
Black with #187B4D
Text Example
Text Example
White with #187B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187B4D; }
p { color: rgb(24,123,77); }
H1.HeaderClassName
{
color: #187B4D;
}
.AnyTagClassName
{
color: #187B4D;
}
</style>
background-color css
<style>
a { background-color: #187B4D; }
a { background-color: rgb(24,123,77); }
div.DivClassName
{
background-color: #187B4D;
}
.BgClassName
{
background-color: #187B4D;
}
</style>
border-color css
<style>
span { border-color: #187B4D; }
span { border-color: rgb(24,123,77); }
td.TdClassName
{
border-color: #187B4D;
}
.TagClassName
{
border-color: #187B4D;
}
</style>