Shades of Salem #128540
Tints of Salem #128540
RGB
CMYK
RGB Variations
Color information
#128540 (or 0x128540) is known color: Salem. HEX triplet: 12, 85 and 40. RGB value is (18,133,64). Sum of RGB (Red+Green+Blue) = 18+133+64=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #128540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128540 is #ED7ABF. Grayscale: #5A5A5A. Windows color (decimal): -15563456 or 4228370. OLE color: 4228370.
HSL color Cylindrical-coordinate representation of color #128540: hue angle of 144º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128540 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 64 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.48 |
| HSL | 144º | 0.76% | 0.3% | - |
| HSV(B) | 144º | 0.86% | 0.52% | - |
| XYZ | 9.56 | 17.27 | 7.68 | - |
| YUV | 90.75 | 112.9 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 64 | 0.86 | 0 | 0.52 | 0.48 | 144 | 0.76 | 0.3 |
| Hex | 12 | 85 | 40 | 56 | 0 | 34 | 30 | 90 | 4C | 1E |
| Octal | 22 | 205 | 100 | 126 | 0 | 64 | 60 | 220 | 114 | 36 |
| Binary | 10010 | 10000101 | 1000000 | 1010110 | 0 | 110100 | 110000 | 10010000 | 1001100 | 11110 |
Color Harmonies of #128540
Complementary color
Monochromatic Colors of #128540
Black with #128540
Text Example
Text Example
White with #128540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128540; }
p { color: rgb(18,133,64); }
H1.HeaderClassName
{
color: #128540;
}
.AnyTagClassName
{
color: #128540;
}
</style>
background-color css
<style>
a { background-color: #128540; }
a { background-color: rgb(18,133,64); }
div.DivClassName
{
background-color: #128540;
}
.BgClassName
{
background-color: #128540;
}
</style>
border-color css
<style>
span { border-color: #128540; }
span { border-color: rgb(18,133,64); }
td.TdClassName
{
border-color: #128540;
}
.TagClassName
{
border-color: #128540;
}
</style>