Shades of Salem #188058
Tints of Salem #188058
RGB
CMYK
RGB Variations
Color information
#188058 (or 0x188058) is known color: Salem. HEX triplet: 18, 80 and 58. RGB value is (24,128,88). Sum of RGB (Red+Green+Blue) = 24+128+88=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #188058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188058 is #E77FA7. Grayscale: #5C5C5C. Windows color (decimal): -15171496 or 5799960. OLE color: 5799960.
HSL color Cylindrical-coordinate representation of color #188058: hue angle of 156.92º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188058 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 88 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.50 |
| HSL | 156.92º | 0.68% | 0.3% | - |
| HSV(B) | 156.92º | 0.81% | 0.5% | - |
| XYZ | 9.86 | 16.34 | 11.87 | - |
| YUV | 92.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 88 | 0.81 | 0 | 0.31 | 0.50 | 156.92 | 0.68 | 0.3 |
| Hex | 18 | 80 | 58 | 51 | 0 | 1F | 32 | 9D | 44 | 1E |
| Octal | 30 | 200 | 130 | 121 | 0 | 37 | 62 | 235 | 104 | 36 |
| Binary | 11000 | 10000000 | 1011000 | 1010001 | 0 | 11111 | 110010 | 10011101 | 1000100 | 11110 |
Color Harmonies of #188058
Complementary color
Monochromatic Colors of #188058
Black with #188058
Text Example
Text Example
White with #188058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188058; }
p { color: rgb(24,128,88); }
H1.HeaderClassName
{
color: #188058;
}
.AnyTagClassName
{
color: #188058;
}
</style>
background-color css
<style>
a { background-color: #188058; }
a { background-color: rgb(24,128,88); }
div.DivClassName
{
background-color: #188058;
}
.BgClassName
{
background-color: #188058;
}
</style>
border-color css
<style>
span { border-color: #188058; }
span { border-color: rgb(24,128,88); }
td.TdClassName
{
border-color: #188058;
}
.TagClassName
{
border-color: #188058;
}
</style>