Shades of Salem #128945
Tints of Salem #128945
RGB
CMYK
RGB Variations
Color information
#128945 (or 0x128945) is known color: Salem. HEX triplet: 12, 89 and 45. RGB value is (18,137,69). Sum of RGB (Red+Green+Blue) = 18+137+69=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #128945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128945 is #ED76BA. Grayscale: #5D5D5D. Windows color (decimal): -15562427 or 4557074. OLE color: 4557074.
HSL color Cylindrical-coordinate representation of color #128945: hue angle of 145.71º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128945 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 69 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.46 |
| HSL | 145.71º | 0.77% | 0.3% | - |
| HSV(B) | 145.71º | 0.87% | 0.54% | - |
| XYZ | 10.27 | 18.45 | 8.65 | - |
| YUV | 93.67 | 114.08 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 69 | 0.87 | 0 | 0.50 | 0.46 | 145.71 | 0.77 | 0.3 |
| Hex | 12 | 89 | 45 | 57 | 0 | 32 | 2E | 92 | 4D | 1E |
| Octal | 22 | 211 | 105 | 127 | 0 | 62 | 56 | 222 | 115 | 36 |
| Binary | 10010 | 10001001 | 1000101 | 1010111 | 0 | 110010 | 101110 | 10010010 | 1001101 | 11110 |
Color Harmonies of #128945
Complementary color
Monochromatic Colors of #128945
Black with #128945
Text Example
Text Example
White with #128945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128945; }
p { color: rgb(18,137,69); }
H1.HeaderClassName
{
color: #128945;
}
.AnyTagClassName
{
color: #128945;
}
</style>
background-color css
<style>
a { background-color: #128945; }
a { background-color: rgb(18,137,69); }
div.DivClassName
{
background-color: #128945;
}
.BgClassName
{
background-color: #128945;
}
</style>
border-color css
<style>
span { border-color: #128945; }
span { border-color: rgb(18,137,69); }
td.TdClassName
{
border-color: #128945;
}
.TagClassName
{
border-color: #128945;
}
</style>