Shades of Salem #187D4A
Tints of Salem #187D4A
RGB
CMYK
RGB Variations
Color information
#187D4A (or 0x187D4A) is known color: Salem. HEX triplet: 18, 7D and 4A. RGB value is (24,125,74). Sum of RGB (Red+Green+Blue) = 24+125+74=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 125 (49.22% from 255 or 56.05% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 125 - color contains mainly: green. Hex color #187D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187D4A is #E782B5. Grayscale: #595959. Windows color (decimal): -15172278 or 4881688. OLE color: 4881688.
HSL color Cylindrical-coordinate representation of color #187D4A: hue angle of 149.7º 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 #187D4A is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 74 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.51 |
| HSL | 149.7º | 0.68% | 0.29% | - |
| HSV(B) | 149.7º | 0.81% | 0.49% | - |
| XYZ | 8.95 | 15.36 | 8.97 | - |
| YUV | 88.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 74 | 0.81 | 0 | 0.41 | 0.51 | 149.7 | 0.68 | 0.29 |
| Hex | 18 | 7D | 4A | 51 | 0 | 29 | 33 | 96 | 44 | 1D |
| Octal | 30 | 175 | 112 | 121 | 0 | 51 | 63 | 226 | 104 | 35 |
| Binary | 11000 | 1111101 | 1001010 | 1010001 | 0 | 101001 | 110011 | 10010110 | 1000100 | 11101 |
Color Harmonies of #187D4A
Complementary color
Monochromatic Colors of #187D4A
Black with #187D4A
Text Example
Text Example
White with #187D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D4A; }
p { color: rgb(24,125,74); }
H1.HeaderClassName
{
color: #187D4A;
}
.AnyTagClassName
{
color: #187D4A;
}
</style>
background-color css
<style>
a { background-color: #187D4A; }
a { background-color: rgb(24,125,74); }
div.DivClassName
{
background-color: #187D4A;
}
.BgClassName
{
background-color: #187D4A;
}
</style>
border-color css
<style>
span { border-color: #187D4A; }
span { border-color: rgb(24,125,74); }
td.TdClassName
{
border-color: #187D4A;
}
.TagClassName
{
border-color: #187D4A;
}
</style>