Shades of Salem #20824A
Tints of Salem #20824A
RGB
CMYK
RGB Variations
Color information
#20824A (or 0x20824A) is known color: Salem. HEX triplet: 20, 82 and 4A. RGB value is (32,130,74). Sum of RGB (Red+Green+Blue) = 32+130+74=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #20824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20824A is #DF7DB5. Grayscale: #5E5E5E. Windows color (decimal): -14646710 or 4882976. OLE color: 4882976.
HSL color Cylindrical-coordinate representation of color #20824A: hue angle of 145.71º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20824A is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 74 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.49 |
| HSL | 145.71º | 0.6% | 0.32% | - |
| HSV(B) | 145.71º | 0.75% | 0.51% | - |
| XYZ | 9.81 | 16.77 | 9.2 | - |
| YUV | 94.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 74 | 0.75 | 0 | 0.43 | 0.49 | 145.71 | 0.6 | 0.32 |
| Hex | 20 | 82 | 4A | 4B | 0 | 2B | 31 | 92 | 3C | 20 |
| Octal | 40 | 202 | 112 | 113 | 0 | 53 | 61 | 222 | 74 | 40 |
| Binary | 100000 | 10000010 | 1001010 | 1001011 | 0 | 101011 | 110001 | 10010010 | 111100 | 100000 |
Color Harmonies of #20824A
Complementary color
Monochromatic Colors of #20824A
Black with #20824A
Text Example
Text Example
White with #20824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20824A; }
p { color: rgb(32,130,74); }
H1.HeaderClassName
{
color: #20824A;
}
.AnyTagClassName
{
color: #20824A;
}
</style>
background-color css
<style>
a { background-color: #20824A; }
a { background-color: rgb(32,130,74); }
div.DivClassName
{
background-color: #20824A;
}
.BgClassName
{
background-color: #20824A;
}
</style>
border-color css
<style>
span { border-color: #20824A; }
span { border-color: rgb(32,130,74); }
td.TdClassName
{
border-color: #20824A;
}
.TagClassName
{
border-color: #20824A;
}
</style>