Shades of Salem #208345
Tints of Salem #208345
RGB
CMYK
RGB Variations
Color information
#208345 (or 0x208345) is known color: Salem. HEX triplet: 20, 83 and 45. RGB value is (32,131,69). Sum of RGB (Red+Green+Blue) = 32+131+69=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #208345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208345 is #DF7CBA. Grayscale: #5E5E5E. Windows color (decimal): -14646459 or 4555552. OLE color: 4555552.
HSL color Cylindrical-coordinate representation of color #208345: hue angle of 142.42º 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 #208345 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 69 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.49 |
| HSL | 142.42º | 0.61% | 0.32% | - |
| HSV(B) | 142.42º | 0.76% | 0.51% | - |
| XYZ | 9.79 | 16.97 | 8.39 | - |
| YUV | 94.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 69 | 0.76 | 0 | 0.47 | 0.49 | 142.42 | 0.61 | 0.32 |
| Hex | 20 | 83 | 45 | 4C | 0 | 2F | 31 | 8E | 3D | 20 |
| Octal | 40 | 203 | 105 | 114 | 0 | 57 | 61 | 216 | 75 | 40 |
| Binary | 100000 | 10000011 | 1000101 | 1001100 | 0 | 101111 | 110001 | 10001110 | 111101 | 100000 |
Color Harmonies of #208345
Complementary color
Monochromatic Colors of #208345
Black with #208345
Text Example
Text Example
White with #208345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208345; }
p { color: rgb(32,131,69); }
H1.HeaderClassName
{
color: #208345;
}
.AnyTagClassName
{
color: #208345;
}
</style>
background-color css
<style>
a { background-color: #208345; }
a { background-color: rgb(32,131,69); }
div.DivClassName
{
background-color: #208345;
}
.BgClassName
{
background-color: #208345;
}
</style>
border-color css
<style>
span { border-color: #208345; }
span { border-color: rgb(32,131,69); }
td.TdClassName
{
border-color: #208345;
}
.TagClassName
{
border-color: #208345;
}
</style>