Shades of Salem #128240
Tints of Salem #128240
RGB
CMYK
RGB Variations
Color information
#128240 (or 0x128240) is known color: Salem. HEX triplet: 12, 82 and 40. RGB value is (18,130,64). Sum of RGB (Red+Green+Blue) = 18+130+64=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #128240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128240 is #ED7DBF. Grayscale: #595959. Windows color (decimal): -15564224 or 4227602. OLE color: 4227602.
HSL color Cylindrical-coordinate representation of color #128240: hue angle of 144.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128240 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 64 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.49 |
| HSL | 144.64º | 0.76% | 0.29% | - |
| HSV(B) | 144.64º | 0.86% | 0.51% | - |
| XYZ | 9.16 | 16.46 | 7.55 | - |
| YUV | 88.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 64 | 0.86 | 0 | 0.51 | 0.49 | 144.64 | 0.76 | 0.29 |
| Hex | 12 | 82 | 40 | 56 | 0 | 33 | 31 | 91 | 4C | 1D |
| Octal | 22 | 202 | 100 | 126 | 0 | 63 | 61 | 221 | 114 | 35 |
| Binary | 10010 | 10000010 | 1000000 | 1010110 | 0 | 110011 | 110001 | 10010001 | 1001100 | 11101 |
Color Harmonies of #128240
Complementary color
Monochromatic Colors of #128240
Black with #128240
Text Example
Text Example
White with #128240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128240; }
p { color: rgb(18,130,64); }
H1.HeaderClassName
{
color: #128240;
}
.AnyTagClassName
{
color: #128240;
}
</style>
background-color css
<style>
a { background-color: #128240; }
a { background-color: rgb(18,130,64); }
div.DivClassName
{
background-color: #128240;
}
.BgClassName
{
background-color: #128240;
}
</style>
border-color css
<style>
span { border-color: #128240; }
span { border-color: rgb(18,130,64); }
td.TdClassName
{
border-color: #128240;
}
.TagClassName
{
border-color: #128240;
}
</style>