Shades of Salem #188E4D
Tints of Salem #188E4D
RGB
CMYK
RGB Variations
Color information
#188E4D (or 0x188E4D) is known color: Salem. HEX triplet: 18, 8E and 4D. RGB value is (24,142,77). Sum of RGB (Red+Green+Blue) = 24+142+77=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 142 (55.86% from 255 or 58.44% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 142 - color contains mainly: green. Hex color #188E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188E4D is #E771B2. Grayscale: #636363. Windows color (decimal): -15167923 or 5082648. OLE color: 5082648.
HSL color Cylindrical-coordinate representation of color #188E4D: hue angle of 146.95º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188E4D is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 142 | 77 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.44 |
| HSL | 146.95º | 0.71% | 0.33% | - |
| HSV(B) | 146.95º | 0.83% | 0.56% | - |
| XYZ | 11.39 | 20.08 | 10.3 | - |
| YUV | 99.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 77 | 0.83 | 0 | 0.46 | 0.44 | 146.95 | 0.71 | 0.33 |
| Hex | 18 | 8E | 4D | 53 | 0 | 2E | 2C | 93 | 47 | 21 |
| Octal | 30 | 216 | 115 | 123 | 0 | 56 | 54 | 223 | 107 | 41 |
| Binary | 11000 | 10001110 | 1001101 | 1010011 | 0 | 101110 | 101100 | 10010011 | 1000111 | 100001 |
Color Harmonies of #188E4D
Complementary color
Monochromatic Colors of #188E4D
Black with #188E4D
Text Example
Text Example
White with #188E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188E4D; }
p { color: rgb(24,142,77); }
H1.HeaderClassName
{
color: #188E4D;
}
.AnyTagClassName
{
color: #188E4D;
}
</style>
background-color css
<style>
a { background-color: #188E4D; }
a { background-color: rgb(24,142,77); }
div.DivClassName
{
background-color: #188E4D;
}
.BgClassName
{
background-color: #188E4D;
}
</style>
border-color css
<style>
span { border-color: #188E4D; }
span { border-color: rgb(24,142,77); }
td.TdClassName
{
border-color: #188E4D;
}
.TagClassName
{
border-color: #188E4D;
}
</style>