Shades of Salem #128C56
Tints of Salem #128C56
RGB
CMYK
RGB Variations
Color information
#128C56 (or 0x128C56) is known color: Salem. HEX triplet: 12, 8C and 56. RGB value is (18,140,86). Sum of RGB (Red+Green+Blue) = 18+140+86=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #128C56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128C56 is #ED73A9. Grayscale: #616161. Windows color (decimal): -15561642 or 5671954. OLE color: 5671954.
HSL color Cylindrical-coordinate representation of color #128C56: hue angle of 153.44º 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 #128C56 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 140 | 86 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.45 |
| HSL | 153.44º | 0.77% | 0.31% | - |
| HSV(B) | 153.44º | 0.87% | 0.55% | - |
| XYZ | 11.31 | 19.56 | 11.98 | - |
| YUV | 97.37 | 121.58 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 86 | 0.87 | 0 | 0.39 | 0.45 | 153.44 | 0.77 | 0.31 |
| Hex | 12 | 8C | 56 | 57 | 0 | 27 | 2D | 99 | 4D | 1F |
| Octal | 22 | 214 | 126 | 127 | 0 | 47 | 55 | 231 | 115 | 37 |
| Binary | 10010 | 10001100 | 1010110 | 1010111 | 0 | 100111 | 101101 | 10011001 | 1001101 | 11111 |
Color Harmonies of #128C56
Complementary color
Monochromatic Colors of #128C56
Black with #128C56
Text Example
Text Example
White with #128C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128C56; }
p { color: rgb(18,140,86); }
H1.HeaderClassName
{
color: #128C56;
}
.AnyTagClassName
{
color: #128C56;
}
</style>
background-color css
<style>
a { background-color: #128C56; }
a { background-color: rgb(18,140,86); }
div.DivClassName
{
background-color: #128C56;
}
.BgClassName
{
background-color: #128C56;
}
</style>
border-color css
<style>
span { border-color: #128C56; }
span { border-color: rgb(18,140,86); }
td.TdClassName
{
border-color: #128C56;
}
.TagClassName
{
border-color: #128C56;
}
</style>