Shades of Salem #188258
Tints of Salem #188258
RGB
CMYK
RGB Variations
Color information
#188258 (or 0x188258) is known color: Salem. HEX triplet: 18, 82 and 58. RGB value is (24,130,88). Sum of RGB (Red+Green+Blue) = 24+130+88=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #188258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188258 is #E77DA7. Grayscale: #5D5D5D. Windows color (decimal): -15170984 or 5800472. OLE color: 5800472.
HSL color Cylindrical-coordinate representation of color #188258: hue angle of 156.23º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188258 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 88 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.49 |
| HSL | 156.23º | 0.69% | 0.3% | - |
| HSV(B) | 156.23º | 0.82% | 0.51% | - |
| XYZ | 10.12 | 16.86 | 11.95 | - |
| YUV | 93.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 88 | 0.82 | 0 | 0.32 | 0.49 | 156.23 | 0.69 | 0.3 |
| Hex | 18 | 82 | 58 | 52 | 0 | 20 | 31 | 9C | 45 | 1E |
| Octal | 30 | 202 | 130 | 122 | 0 | 40 | 61 | 234 | 105 | 36 |
| Binary | 11000 | 10000010 | 1011000 | 1010010 | 0 | 100000 | 110001 | 10011100 | 1000101 | 11110 |
Color Harmonies of #188258
Complementary color
Monochromatic Colors of #188258
Black with #188258
Text Example
Text Example
White with #188258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188258; }
p { color: rgb(24,130,88); }
H1.HeaderClassName
{
color: #188258;
}
.AnyTagClassName
{
color: #188258;
}
</style>
background-color css
<style>
a { background-color: #188258; }
a { background-color: rgb(24,130,88); }
div.DivClassName
{
background-color: #188258;
}
.BgClassName
{
background-color: #188258;
}
</style>
border-color css
<style>
span { border-color: #188258; }
span { border-color: rgb(24,130,88); }
td.TdClassName
{
border-color: #188258;
}
.TagClassName
{
border-color: #188258;
}
</style>