Shades of Salem #188458
Tints of Salem #188458
RGB
CMYK
RGB Variations
Color information
#188458 (or 0x188458) is known color: Salem. HEX triplet: 18, 84 and 58. RGB value is (24,132,88). Sum of RGB (Red+Green+Blue) = 24+132+88=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #188458 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188458 is #E77BA7. Grayscale: #5E5E5E. Windows color (decimal): -15170472 or 5800984. OLE color: 5800984.
HSL color Cylindrical-coordinate representation of color #188458: hue angle of 155.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188458 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 88 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.48 |
| HSL | 155.56º | 0.69% | 0.31% | - |
| HSV(B) | 155.56º | 0.82% | 0.52% | - |
| XYZ | 10.39 | 17.4 | 12.04 | - |
| YUV | 94.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 88 | 0.82 | 0 | 0.33 | 0.48 | 155.56 | 0.69 | 0.31 |
| Hex | 18 | 84 | 58 | 52 | 0 | 21 | 30 | 9C | 45 | 1F |
| Octal | 30 | 204 | 130 | 122 | 0 | 41 | 60 | 234 | 105 | 37 |
| Binary | 11000 | 10000100 | 1011000 | 1010010 | 0 | 100001 | 110000 | 10011100 | 1000101 | 11111 |
Color Harmonies of #188458
Complementary color
Monochromatic Colors of #188458
Black with #188458
Text Example
Text Example
White with #188458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188458; }
p { color: rgb(24,132,88); }
H1.HeaderClassName
{
color: #188458;
}
.AnyTagClassName
{
color: #188458;
}
</style>
background-color css
<style>
a { background-color: #188458; }
a { background-color: rgb(24,132,88); }
div.DivClassName
{
background-color: #188458;
}
.BgClassName
{
background-color: #188458;
}
</style>
border-color css
<style>
span { border-color: #188458; }
span { border-color: rgb(24,132,88); }
td.TdClassName
{
border-color: #188458;
}
.TagClassName
{
border-color: #188458;
}
</style>