Shades of Salem #187C4E
Tints of Salem #187C4E
RGB
CMYK
RGB Variations
Color information
#187C4E (or 0x187C4E) is known color: Salem. HEX triplet: 18, 7C and 4E. RGB value is (24,124,78). Sum of RGB (Red+Green+Blue) = 24+124+78=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #187C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187C4E is #E783B1. Grayscale: #585858. Windows color (decimal): -15172530 or 5143576. OLE color: 5143576.
HSL color Cylindrical-coordinate representation of color #187C4E: hue angle of 152.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187C4E is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 124 | 78 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.51 |
| HSL | 152.4º | 0.68% | 0.29% | - |
| HSV(B) | 152.4º | 0.81% | 0.49% | - |
| XYZ | 8.96 | 15.16 | 9.66 | - |
| YUV | 88.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 78 | 0.81 | 0 | 0.37 | 0.51 | 152.4 | 0.68 | 0.29 |
| Hex | 18 | 7C | 4E | 51 | 0 | 25 | 33 | 98 | 44 | 1D |
| Octal | 30 | 174 | 116 | 121 | 0 | 45 | 63 | 230 | 104 | 35 |
| Binary | 11000 | 1111100 | 1001110 | 1010001 | 0 | 100101 | 110011 | 10011000 | 1000100 | 11101 |
Color Harmonies of #187C4E
Complementary color
Monochromatic Colors of #187C4E
Black with #187C4E
Text Example
Text Example
White with #187C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187C4E; }
p { color: rgb(24,124,78); }
H1.HeaderClassName
{
color: #187C4E;
}
.AnyTagClassName
{
color: #187C4E;
}
</style>
background-color css
<style>
a { background-color: #187C4E; }
a { background-color: rgb(24,124,78); }
div.DivClassName
{
background-color: #187C4E;
}
.BgClassName
{
background-color: #187C4E;
}
</style>
border-color css
<style>
span { border-color: #187C4E; }
span { border-color: rgb(24,124,78); }
td.TdClassName
{
border-color: #187C4E;
}
.TagClassName
{
border-color: #187C4E;
}
</style>