Shades of Salem #208441
Tints of Salem #208441
RGB
CMYK
RGB Variations
Color information
#208441 (or 0x208441) is known color: Salem. HEX triplet: 20, 84 and 41. RGB value is (32,132,65). Sum of RGB (Red+Green+Blue) = 32+132+65=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #208441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208441 is #DF7BBE. Grayscale: #5E5E5E. Windows color (decimal): -14646207 or 4293664. OLE color: 4293664.
HSL color Cylindrical-coordinate representation of color #208441: hue angle of 139.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208441 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 65 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.48 |
| HSL | 139.8º | 0.61% | 0.32% | - |
| HSV(B) | 139.8º | 0.76% | 0.52% | - |
| XYZ | 9.8 | 17.19 | 7.8 | - |
| YUV | 94.46 | 111.37 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 65 | 0.76 | 0 | 0.51 | 0.48 | 139.8 | 0.61 | 0.32 |
| Hex | 20 | 84 | 41 | 4C | 0 | 33 | 30 | 8C | 3D | 20 |
| Octal | 40 | 204 | 101 | 114 | 0 | 63 | 60 | 214 | 75 | 40 |
| Binary | 100000 | 10000100 | 1000001 | 1001100 | 0 | 110011 | 110000 | 10001100 | 111101 | 100000 |
Color Harmonies of #208441
Complementary color
Monochromatic Colors of #208441
Black with #208441
Text Example
Text Example
White with #208441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208441; }
p { color: rgb(32,132,65); }
H1.HeaderClassName
{
color: #208441;
}
.AnyTagClassName
{
color: #208441;
}
</style>
background-color css
<style>
a { background-color: #208441; }
a { background-color: rgb(32,132,65); }
div.DivClassName
{
background-color: #208441;
}
.BgClassName
{
background-color: #208441;
}
</style>
border-color css
<style>
span { border-color: #208441; }
span { border-color: rgb(32,132,65); }
td.TdClassName
{
border-color: #208441;
}
.TagClassName
{
border-color: #208441;
}
</style>