Shades of Salem #187D4E
Tints of Salem #187D4E
RGB
CMYK
RGB Variations
Color information
#187D4E (or 0x187D4E) is known color: Salem. HEX triplet: 18, 7D and 4E. RGB value is (24,125,78). Sum of RGB (Red+Green+Blue) = 24+125+78=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #187D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D4E is #E782B1. Grayscale: #595959. Windows color (decimal): -15172274 or 5143832. OLE color: 5143832.
HSL color Cylindrical-coordinate representation of color #187D4E: hue angle of 152.08º 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 #187D4E is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 78 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.51 |
| HSL | 152.08º | 0.68% | 0.29% | - |
| HSV(B) | 152.08º | 0.81% | 0.49% | - |
| XYZ | 9.09 | 15.41 | 9.7 | - |
| YUV | 89.44 | 121.54 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 78 | 0.81 | 0 | 0.38 | 0.51 | 152.08 | 0.68 | 0.29 |
| Hex | 18 | 7D | 4E | 51 | 0 | 26 | 33 | 98 | 44 | 1D |
| Octal | 30 | 175 | 116 | 121 | 0 | 46 | 63 | 230 | 104 | 35 |
| Binary | 11000 | 1111101 | 1001110 | 1010001 | 0 | 100110 | 110011 | 10011000 | 1000100 | 11101 |
Color Harmonies of #187D4E
Complementary color
Monochromatic Colors of #187D4E
Black with #187D4E
Text Example
Text Example
White with #187D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D4E; }
p { color: rgb(24,125,78); }
H1.HeaderClassName
{
color: #187D4E;
}
.AnyTagClassName
{
color: #187D4E;
}
</style>
background-color css
<style>
a { background-color: #187D4E; }
a { background-color: rgb(24,125,78); }
div.DivClassName
{
background-color: #187D4E;
}
.BgClassName
{
background-color: #187D4E;
}
</style>
border-color css
<style>
span { border-color: #187D4E; }
span { border-color: rgb(24,125,78); }
td.TdClassName
{
border-color: #187D4E;
}
.TagClassName
{
border-color: #187D4E;
}
</style>