Shades of Salem #208940
Tints of Salem #208940
RGB
CMYK
RGB Variations
Color information
#208940 (or 0x208940) is known color: Salem. HEX triplet: 20, 89 and 40. RGB value is (32,137,64). Sum of RGB (Red+Green+Blue) = 32+137+64=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #208940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208940 is #DF76BF. Grayscale: #616161. Windows color (decimal): -14644928 or 4229408. OLE color: 4229408.
HSL color Cylindrical-coordinate representation of color #208940: hue angle of 138.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208940 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 137 | 64 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.46 |
| HSL | 138.29º | 0.62% | 0.33% | - |
| HSV(B) | 138.29º | 0.77% | 0.54% | - |
| XYZ | 10.47 | 18.57 | 7.88 | - |
| YUV | 97.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 64 | 0.77 | 0 | 0.53 | 0.46 | 138.29 | 0.62 | 0.33 |
| Hex | 20 | 89 | 40 | 4D | 0 | 35 | 2E | 8A | 3E | 21 |
| Octal | 40 | 211 | 100 | 115 | 0 | 65 | 56 | 212 | 76 | 41 |
| Binary | 100000 | 10001001 | 1000000 | 1001101 | 0 | 110101 | 101110 | 10001010 | 111110 | 100001 |
Color Harmonies of #208940
Complementary color
Monochromatic Colors of #208940
Black with #208940
Text Example
Text Example
White with #208940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208940; }
p { color: rgb(32,137,64); }
H1.HeaderClassName
{
color: #208940;
}
.AnyTagClassName
{
color: #208940;
}
</style>
background-color css
<style>
a { background-color: #208940; }
a { background-color: rgb(32,137,64); }
div.DivClassName
{
background-color: #208940;
}
.BgClassName
{
background-color: #208940;
}
</style>
border-color css
<style>
span { border-color: #208940; }
span { border-color: rgb(32,137,64); }
td.TdClassName
{
border-color: #208940;
}
.TagClassName
{
border-color: #208940;
}
</style>