Shades of Salem #208343
Tints of Salem #208343
RGB
CMYK
RGB Variations
Color information
#208343 (or 0x208343) is known color: Salem. HEX triplet: 20, 83 and 43. RGB value is (32,131,67). Sum of RGB (Red+Green+Blue) = 32+131+67=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #208343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208343 is #DF7CBC. Grayscale: #5E5E5E. Windows color (decimal): -14646461 or 4424480. OLE color: 4424480.
HSL color Cylindrical-coordinate representation of color #208343: hue angle of 141.21º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208343 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 67 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.49 |
| HSL | 141.21º | 0.61% | 0.32% | - |
| HSV(B) | 141.21º | 0.76% | 0.51% | - |
| XYZ | 9.73 | 16.94 | 8.07 | - |
| YUV | 94.1 | 112.7 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 67 | 0.76 | 0 | 0.49 | 0.49 | 141.21 | 0.61 | 0.32 |
| Hex | 20 | 83 | 43 | 4C | 0 | 31 | 31 | 8D | 3D | 20 |
| Octal | 40 | 203 | 103 | 114 | 0 | 61 | 61 | 215 | 75 | 40 |
| Binary | 100000 | 10000011 | 1000011 | 1001100 | 0 | 110001 | 110001 | 10001101 | 111101 | 100000 |
Color Harmonies of #208343
Complementary color
Monochromatic Colors of #208343
Black with #208343
Text Example
Text Example
White with #208343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208343; }
p { color: rgb(32,131,67); }
H1.HeaderClassName
{
color: #208343;
}
.AnyTagClassName
{
color: #208343;
}
</style>
background-color css
<style>
a { background-color: #208343; }
a { background-color: rgb(32,131,67); }
div.DivClassName
{
background-color: #208343;
}
.BgClassName
{
background-color: #208343;
}
</style>
border-color css
<style>
span { border-color: #208343; }
span { border-color: rgb(32,131,67); }
td.TdClassName
{
border-color: #208343;
}
.TagClassName
{
border-color: #208343;
}
</style>