Shades of Salem #188356
Tints of Salem #188356
RGB
CMYK
RGB Variations
Color information
#188356 (or 0x188356) is known color: Salem. HEX triplet: 18, 83 and 56. RGB value is (24,131,86). Sum of RGB (Red+Green+Blue) = 24+131+86=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #188356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188356 is #E77CA9. Grayscale: #5D5D5D. Windows color (decimal): -15170730 or 5669656. OLE color: 5669656.
HSL color Cylindrical-coordinate representation of color #188356: hue angle of 154.77º 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 #188356 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 86 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.49 |
| HSL | 154.77º | 0.69% | 0.3% | - |
| HSV(B) | 154.77º | 0.82% | 0.51% | - |
| XYZ | 10.17 | 17.1 | 11.57 | - |
| YUV | 93.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 86 | 0.82 | 0 | 0.34 | 0.49 | 154.77 | 0.69 | 0.3 |
| Hex | 18 | 83 | 56 | 52 | 0 | 22 | 31 | 9B | 45 | 1E |
| Octal | 30 | 203 | 126 | 122 | 0 | 42 | 61 | 233 | 105 | 36 |
| Binary | 11000 | 10000011 | 1010110 | 1010010 | 0 | 100010 | 110001 | 10011011 | 1000101 | 11110 |
Color Harmonies of #188356
Complementary color
Monochromatic Colors of #188356
Black with #188356
Text Example
Text Example
White with #188356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188356; }
p { color: rgb(24,131,86); }
H1.HeaderClassName
{
color: #188356;
}
.AnyTagClassName
{
color: #188356;
}
</style>
background-color css
<style>
a { background-color: #188356; }
a { background-color: rgb(24,131,86); }
div.DivClassName
{
background-color: #188356;
}
.BgClassName
{
background-color: #188356;
}
</style>
border-color css
<style>
span { border-color: #188356; }
span { border-color: rgb(24,131,86); }
td.TdClassName
{
border-color: #188356;
}
.TagClassName
{
border-color: #188356;
}
</style>