Shades of Salem #008240
Tints of Salem #008240
RGB
CMYK
RGB Variations
Color information
#008240 (or 0x008240) is known color: Salem. HEX triplet: 00, 82 and 40. RGB value is (0,130,64). Sum of RGB (Red+Green+Blue) = 0+130+64=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #008240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008240 is #FF7DBF. Grayscale: #535353. Windows color (decimal): -16743872 or 4227584. OLE color: 4227584.
HSL color Cylindrical-coordinate representation of color #008240: hue angle of 149.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008240 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 64 | - |
| CMYK | 1 | 0 | 0.51 | 0.49 |
| HSL | 149.54º | 1% | 0.25% | - |
| HSV(B) | 149.54º | 1% | 0.51% | - |
| XYZ | 8.91 | 16.34 | 7.53 | - |
| YUV | 83.61 | 116.93 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 64 | 1 | 0 | 0.51 | 0.49 | 149.54 | 1 | 0.25 |
| Hex | 0 | 82 | 40 | 64 | 0 | 33 | 31 | 96 | 64 | 19 |
| Octal | 0 | 202 | 100 | 144 | 0 | 63 | 61 | 226 | 144 | 31 |
| Binary | 0 | 10000010 | 1000000 | 1100100 | 0 | 110011 | 110001 | 10010110 | 1100100 | 11001 |
Color Harmonies of #008240
Complementary color
Monochromatic Colors of #008240
Black with #008240
Text Example
Text Example
White with #008240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008240; }
p { color: rgb(0,130,64); }
H1.HeaderClassName
{
color: #008240;
}
.AnyTagClassName
{
color: #008240;
}
</style>
background-color css
<style>
a { background-color: #008240; }
a { background-color: rgb(0,130,64); }
div.DivClassName
{
background-color: #008240;
}
.BgClassName
{
background-color: #008240;
}
</style>
border-color css
<style>
span { border-color: #008240; }
span { border-color: rgb(0,130,64); }
td.TdClassName
{
border-color: #008240;
}
.TagClassName
{
border-color: #008240;
}
</style>