Shades of Salem #128558
Tints of Salem #128558
RGB
CMYK
RGB Variations
Color information
#128558 (or 0x128558) is known color: Salem. HEX triplet: 12, 85 and 58. RGB value is (18,133,88). Sum of RGB (Red+Green+Blue) = 18+133+88=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #128558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128558 is #ED7AA7. Grayscale: #5D5D5D. Windows color (decimal): -15563432 or 5801234. OLE color: 5801234.
HSL color Cylindrical-coordinate representation of color #128558: hue angle of 156.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128558 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 88 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.48 |
| HSL | 156.52º | 0.76% | 0.3% | - |
| HSV(B) | 156.52º | 0.86% | 0.52% | - |
| XYZ | 10.4 | 17.61 | 12.08 | - |
| YUV | 93.49 | 124.9 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 88 | 0.86 | 0 | 0.34 | 0.48 | 156.52 | 0.76 | 0.3 |
| Hex | 12 | 85 | 58 | 56 | 0 | 22 | 30 | 9D | 4C | 1E |
| Octal | 22 | 205 | 130 | 126 | 0 | 42 | 60 | 235 | 114 | 36 |
| Binary | 10010 | 10000101 | 1011000 | 1010110 | 0 | 100010 | 110000 | 10011101 | 1001100 | 11110 |
Color Harmonies of #128558
Complementary color
Monochromatic Colors of #128558
Black with #128558
Text Example
Text Example
White with #128558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128558; }
p { color: rgb(18,133,88); }
H1.HeaderClassName
{
color: #128558;
}
.AnyTagClassName
{
color: #128558;
}
</style>
background-color css
<style>
a { background-color: #128558; }
a { background-color: rgb(18,133,88); }
div.DivClassName
{
background-color: #128558;
}
.BgClassName
{
background-color: #128558;
}
</style>
border-color css
<style>
span { border-color: #128558; }
span { border-color: rgb(18,133,88); }
td.TdClassName
{
border-color: #128558;
}
.TagClassName
{
border-color: #128558;
}
</style>