Shades of Salem #008140
Tints of Salem #008140
RGB
CMYK
RGB Variations
Color information
#008140 (or 0x008140) is known color: Salem. HEX triplet: 00, 81 and 40. RGB value is (0,129,64). Sum of RGB (Red+Green+Blue) = 0+129+64=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 129 (50.78% from 255 or 66.84% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 129 - color contains mainly: green. Hex color #008140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008140 is #FF7EBF. Grayscale: #535353. Windows color (decimal): -16744128 or 4227328. OLE color: 4227328.
HSL color Cylindrical-coordinate representation of color #008140: hue angle of 149.77º 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 #008140 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 64 | - |
| CMYK | 1 | 0 | 0.50 | 0.49 |
| HSL | 149.77º | 1% | 0.25% | - |
| HSV(B) | 149.77º | 1% | 0.51% | - |
| XYZ | 8.78 | 16.07 | 7.49 | - |
| YUV | 83.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 64 | 1 | 0 | 0.50 | 0.49 | 149.77 | 1 | 0.25 |
| Hex | 0 | 81 | 40 | 64 | 0 | 32 | 31 | 96 | 64 | 19 |
| Octal | 0 | 201 | 100 | 144 | 0 | 62 | 61 | 226 | 144 | 31 |
| Binary | 0 | 10000001 | 1000000 | 1100100 | 0 | 110010 | 110001 | 10010110 | 1100100 | 11001 |
Color Harmonies of #008140
Complementary color
Monochromatic Colors of #008140
Black with #008140
Text Example
Text Example
White with #008140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008140; }
p { color: rgb(0,129,64); }
H1.HeaderClassName
{
color: #008140;
}
.AnyTagClassName
{
color: #008140;
}
</style>
background-color css
<style>
a { background-color: #008140; }
a { background-color: rgb(0,129,64); }
div.DivClassName
{
background-color: #008140;
}
.BgClassName
{
background-color: #008140;
}
</style>
border-color css
<style>
span { border-color: #008140; }
span { border-color: rgb(0,129,64); }
td.TdClassName
{
border-color: #008140;
}
.TagClassName
{
border-color: #008140;
}
</style>