Shades of Salem #128944
Tints of Salem #128944
RGB
CMYK
RGB Variations
Color information
#128944 (or 0x128944) is known color: Salem. HEX triplet: 12, 89 and 44. RGB value is (18,137,68). Sum of RGB (Red+Green+Blue) = 18+137+68=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #128944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128944 is #ED76BB. Grayscale: #5D5D5D. Windows color (decimal): -15562428 or 4491538. OLE color: 4491538.
HSL color Cylindrical-coordinate representation of color #128944: hue angle of 145.21º 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 #128944 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 68 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.46 |
| HSL | 145.21º | 0.77% | 0.3% | - |
| HSV(B) | 145.21º | 0.87% | 0.54% | - |
| XYZ | 10.24 | 18.44 | 8.49 | - |
| YUV | 93.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 68 | 0.87 | 0 | 0.50 | 0.46 | 145.21 | 0.77 | 0.3 |
| Hex | 12 | 89 | 44 | 57 | 0 | 32 | 2E | 91 | 4D | 1E |
| Octal | 22 | 211 | 104 | 127 | 0 | 62 | 56 | 221 | 115 | 36 |
| Binary | 10010 | 10001001 | 1000100 | 1010111 | 0 | 110010 | 101110 | 10010001 | 1001101 | 11110 |
Color Harmonies of #128944
Complementary color
Monochromatic Colors of #128944
Black with #128944
Text Example
Text Example
White with #128944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128944; }
p { color: rgb(18,137,68); }
H1.HeaderClassName
{
color: #128944;
}
.AnyTagClassName
{
color: #128944;
}
</style>
background-color css
<style>
a { background-color: #128944; }
a { background-color: rgb(18,137,68); }
div.DivClassName
{
background-color: #128944;
}
.BgClassName
{
background-color: #128944;
}
</style>
border-color css
<style>
span { border-color: #128944; }
span { border-color: rgb(18,137,68); }
td.TdClassName
{
border-color: #128944;
}
.TagClassName
{
border-color: #128944;
}
</style>