Shades of Salem #20784C
Tints of Salem #20784C
RGB
CMYK
RGB Variations
Color information
#20784C (or 0x20784C) is known color: Salem. HEX triplet: 20, 78 and 4C. RGB value is (32,120,76). Sum of RGB (Red+Green+Blue) = 32+120+76=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #20784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20784C is #DF87B3. Grayscale: #585858. Windows color (decimal): -14649268 or 5011488. OLE color: 5011488.
HSL color Cylindrical-coordinate representation of color #20784C: hue angle of 150º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20784C is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 76 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.53 |
| HSL | 150º | 0.58% | 0.3% | - |
| HSV(B) | 150º | 0.73% | 0.47% | - |
| XYZ | 8.62 | 14.26 | 9.14 | - |
| YUV | 88.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 76 | 0.73 | 0 | 0.37 | 0.53 | 150 | 0.58 | 0.3 |
| Hex | 20 | 78 | 4C | 49 | 0 | 25 | 35 | 96 | 3A | 1E |
| Octal | 40 | 170 | 114 | 111 | 0 | 45 | 65 | 226 | 72 | 36 |
| Binary | 100000 | 1111000 | 1001100 | 1001001 | 0 | 100101 | 110101 | 10010110 | 111010 | 11110 |
Color Harmonies of #20784C
Complementary color
Monochromatic Colors of #20784C
Black with #20784C
Text Example
Text Example
White with #20784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20784C; }
p { color: rgb(32,120,76); }
H1.HeaderClassName
{
color: #20784C;
}
.AnyTagClassName
{
color: #20784C;
}
</style>
background-color css
<style>
a { background-color: #20784C; }
a { background-color: rgb(32,120,76); }
div.DivClassName
{
background-color: #20784C;
}
.BgClassName
{
background-color: #20784C;
}
</style>
border-color css
<style>
span { border-color: #20784C; }
span { border-color: rgb(32,120,76); }
td.TdClassName
{
border-color: #20784C;
}
.TagClassName
{
border-color: #20784C;
}
</style>