Shades of Salem #20844E
Tints of Salem #20844E
RGB
CMYK
RGB Variations
Color information
#20844E (or 0x20844E) is known color: Salem. HEX triplet: 20, 84 and 4E. RGB value is (32,132,78). Sum of RGB (Red+Green+Blue) = 32+132+78=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #20844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20844E is #DF7BB1. Grayscale: #606060. Windows color (decimal): -14646194 or 5145632. OLE color: 5145632.
HSL color Cylindrical-coordinate representation of color #20844E: hue angle of 147.6º 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 #20844E is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 78 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.48 |
| HSL | 147.6º | 0.61% | 0.32% | - |
| HSV(B) | 147.6º | 0.76% | 0.52% | - |
| XYZ | 10.22 | 17.36 | 10.02 | - |
| YUV | 95.94 | 117.87 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 78 | 0.76 | 0 | 0.41 | 0.48 | 147.6 | 0.61 | 0.32 |
| Hex | 20 | 84 | 4E | 4C | 0 | 29 | 30 | 94 | 3D | 20 |
| Octal | 40 | 204 | 116 | 114 | 0 | 51 | 60 | 224 | 75 | 40 |
| Binary | 100000 | 10000100 | 1001110 | 1001100 | 0 | 101001 | 110000 | 10010100 | 111101 | 100000 |
Color Harmonies of #20844E
Complementary color
Monochromatic Colors of #20844E
Black with #20844E
Text Example
Text Example
White with #20844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20844E; }
p { color: rgb(32,132,78); }
H1.HeaderClassName
{
color: #20844E;
}
.AnyTagClassName
{
color: #20844E;
}
</style>
background-color css
<style>
a { background-color: #20844E; }
a { background-color: rgb(32,132,78); }
div.DivClassName
{
background-color: #20844E;
}
.BgClassName
{
background-color: #20844E;
}
</style>
border-color css
<style>
span { border-color: #20844E; }
span { border-color: rgb(32,132,78); }
td.TdClassName
{
border-color: #20844E;
}
.TagClassName
{
border-color: #20844E;
}
</style>