Shades of Salem #128C58
Tints of Salem #128C58
RGB
CMYK
RGB Variations
Color information
#128C58 (or 0x128C58) is known color: Salem. HEX triplet: 12, 8C and 58. RGB value is (18,140,88). Sum of RGB (Red+Green+Blue) = 18+140+88=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #128C58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128C58 is #ED73A7. Grayscale: #616161. Windows color (decimal): -15561640 or 5803026. OLE color: 5803026.
HSL color Cylindrical-coordinate representation of color #128C58: hue angle of 154.43º 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 #128C58 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 140 | 88 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.45 |
| HSL | 154.43º | 0.77% | 0.31% | - |
| HSV(B) | 154.43º | 0.87% | 0.55% | - |
| XYZ | 11.39 | 19.59 | 12.41 | - |
| YUV | 97.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 88 | 0.87 | 0 | 0.37 | 0.45 | 154.43 | 0.77 | 0.31 |
| Hex | 12 | 8C | 58 | 57 | 0 | 25 | 2D | 9A | 4D | 1F |
| Octal | 22 | 214 | 130 | 127 | 0 | 45 | 55 | 232 | 115 | 37 |
| Binary | 10010 | 10001100 | 1011000 | 1010111 | 0 | 100101 | 101101 | 10011010 | 1001101 | 11111 |
Color Harmonies of #128C58
Complementary color
Monochromatic Colors of #128C58
Black with #128C58
Text Example
Text Example
White with #128C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128C58; }
p { color: rgb(18,140,88); }
H1.HeaderClassName
{
color: #128C58;
}
.AnyTagClassName
{
color: #128C58;
}
</style>
background-color css
<style>
a { background-color: #128C58; }
a { background-color: rgb(18,140,88); }
div.DivClassName
{
background-color: #128C58;
}
.BgClassName
{
background-color: #128C58;
}
</style>
border-color css
<style>
span { border-color: #128C58; }
span { border-color: rgb(18,140,88); }
td.TdClassName
{
border-color: #128C58;
}
.TagClassName
{
border-color: #128C58;
}
</style>