Shades of Salem #128D45
Tints of Salem #128D45
RGB
CMYK
RGB Variations
Color information
#128D45 (or 0x128D45) is known color: Salem. HEX triplet: 12, 8D and 45. RGB value is (18,141,69). Sum of RGB (Red+Green+Blue) = 18+141+69=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 141 (55.47% from 255 or 61.84% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 141 - color contains mainly: green. Hex color #128D45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128D45 is #ED72BA. Grayscale: #606060. Windows color (decimal): -15561403 or 4558098. OLE color: 4558098.
HSL color Cylindrical-coordinate representation of color #128D45: hue angle of 144.88º 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 #128D45 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 141 | 69 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.45 |
| HSL | 144.88º | 0.77% | 0.31% | - |
| HSV(B) | 144.88º | 0.87% | 0.55% | - |
| XYZ | 10.85 | 19.61 | 8.84 | - |
| YUV | 96.02 | 112.75 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 69 | 0.87 | 0 | 0.51 | 0.45 | 144.88 | 0.77 | 0.31 |
| Hex | 12 | 8D | 45 | 57 | 0 | 33 | 2D | 91 | 4D | 1F |
| Octal | 22 | 215 | 105 | 127 | 0 | 63 | 55 | 221 | 115 | 37 |
| Binary | 10010 | 10001101 | 1000101 | 1010111 | 0 | 110011 | 101101 | 10010001 | 1001101 | 11111 |
Color Harmonies of #128D45
Complementary color
Monochromatic Colors of #128D45
Black with #128D45
Text Example
Text Example
White with #128D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128D45; }
p { color: rgb(18,141,69); }
H1.HeaderClassName
{
color: #128D45;
}
.AnyTagClassName
{
color: #128D45;
}
</style>
background-color css
<style>
a { background-color: #128D45; }
a { background-color: rgb(18,141,69); }
div.DivClassName
{
background-color: #128D45;
}
.BgClassName
{
background-color: #128D45;
}
</style>
border-color css
<style>
span { border-color: #128D45; }
span { border-color: rgb(18,141,69); }
td.TdClassName
{
border-color: #128D45;
}
.TagClassName
{
border-color: #128D45;
}
</style>