Shades of Salem #188556
Tints of Salem #188556
RGB
CMYK
RGB Variations
Color information
#188556 (or 0x188556) is known color: Salem. HEX triplet: 18, 85 and 56. RGB value is (24,133,86). Sum of RGB (Red+Green+Blue) = 24+133+86=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #188556 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188556 is #E77AA9. Grayscale: #5F5F5F. Windows color (decimal): -15170218 or 5670168. OLE color: 5670168.
HSL color Cylindrical-coordinate representation of color #188556: hue angle of 154.13º 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 #188556 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 86 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.48 |
| HSL | 154.13º | 0.69% | 0.31% | - |
| HSV(B) | 154.13º | 0.82% | 0.52% | - |
| XYZ | 10.44 | 17.64 | 11.66 | - |
| YUV | 95.05 | 122.89 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 86 | 0.82 | 0 | 0.35 | 0.48 | 154.13 | 0.69 | 0.31 |
| Hex | 18 | 85 | 56 | 52 | 0 | 23 | 30 | 9A | 45 | 1F |
| Octal | 30 | 205 | 126 | 122 | 0 | 43 | 60 | 232 | 105 | 37 |
| Binary | 11000 | 10000101 | 1010110 | 1010010 | 0 | 100011 | 110000 | 10011010 | 1000101 | 11111 |
Color Harmonies of #188556
Complementary color
Monochromatic Colors of #188556
Black with #188556
Text Example
Text Example
White with #188556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188556; }
p { color: rgb(24,133,86); }
H1.HeaderClassName
{
color: #188556;
}
.AnyTagClassName
{
color: #188556;
}
</style>
background-color css
<style>
a { background-color: #188556; }
a { background-color: rgb(24,133,86); }
div.DivClassName
{
background-color: #188556;
}
.BgClassName
{
background-color: #188556;
}
</style>
border-color css
<style>
span { border-color: #188556; }
span { border-color: rgb(24,133,86); }
td.TdClassName
{
border-color: #188556;
}
.TagClassName
{
border-color: #188556;
}
</style>