Shades of Salem #128D58
Tints of Salem #128D58
RGB
CMYK
RGB Variations
Color information
#128D58 (or 0x128D58) is known color: Salem. HEX triplet: 12, 8D and 58. RGB value is (18,141,88). Sum of RGB (Red+Green+Blue) = 18+141+88=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #128D58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128D58 is #ED72A7. Grayscale: #626262. Windows color (decimal): -15561384 or 5803282. OLE color: 5803282.
HSL color Cylindrical-coordinate representation of color #128D58: hue angle of 154.15º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128D58 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 141 | 88 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.45 |
| HSL | 154.15º | 0.77% | 0.31% | - |
| HSV(B) | 154.15º | 0.87% | 0.55% | - |
| XYZ | 11.54 | 19.88 | 12.46 | - |
| YUV | 98.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 88 | 0.87 | 0 | 0.38 | 0.45 | 154.15 | 0.77 | 0.31 |
| Hex | 12 | 8D | 58 | 57 | 0 | 26 | 2D | 9A | 4D | 1F |
| Octal | 22 | 215 | 130 | 127 | 0 | 46 | 55 | 232 | 115 | 37 |
| Binary | 10010 | 10001101 | 1011000 | 1010111 | 0 | 100110 | 101101 | 10011010 | 1001101 | 11111 |
Color Harmonies of #128D58
Complementary color
Monochromatic Colors of #128D58
Black with #128D58
Text Example
Text Example
White with #128D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128D58; }
p { color: rgb(18,141,88); }
H1.HeaderClassName
{
color: #128D58;
}
.AnyTagClassName
{
color: #128D58;
}
</style>
background-color css
<style>
a { background-color: #128D58; }
a { background-color: rgb(18,141,88); }
div.DivClassName
{
background-color: #128D58;
}
.BgClassName
{
background-color: #128D58;
}
</style>
border-color css
<style>
span { border-color: #128D58; }
span { border-color: rgb(18,141,88); }
td.TdClassName
{
border-color: #128D58;
}
.TagClassName
{
border-color: #128D58;
}
</style>