Shades of Salem #20784E
Tints of Salem #20784E
RGB
CMYK
RGB Variations
Color information
#20784E (or 0x20784E) is known color: Salem. HEX triplet: 20, 78 and 4E. RGB value is (32,120,78). Sum of RGB (Red+Green+Blue) = 32+120+78=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #20784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20784E is #DF87B1. Grayscale: #585858. Windows color (decimal): -14649266 or 5142560. OLE color: 5142560.
HSL color Cylindrical-coordinate representation of color #20784E: hue angle of 151.36º 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 #20784E is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 78 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.53 |
| HSL | 151.36º | 0.58% | 0.3% | - |
| HSV(B) | 151.36º | 0.73% | 0.47% | - |
| XYZ | 8.69 | 14.29 | 9.51 | - |
| YUV | 88.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 78 | 0.73 | 0 | 0.35 | 0.53 | 151.36 | 0.58 | 0.3 |
| Hex | 20 | 78 | 4E | 49 | 0 | 23 | 35 | 97 | 3A | 1E |
| Octal | 40 | 170 | 116 | 111 | 0 | 43 | 65 | 227 | 72 | 36 |
| Binary | 100000 | 1111000 | 1001110 | 1001001 | 0 | 100011 | 110101 | 10010111 | 111010 | 11110 |
Color Harmonies of #20784E
Complementary color
Monochromatic Colors of #20784E
Black with #20784E
Text Example
Text Example
White with #20784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20784E; }
p { color: rgb(32,120,78); }
H1.HeaderClassName
{
color: #20784E;
}
.AnyTagClassName
{
color: #20784E;
}
</style>
background-color css
<style>
a { background-color: #20784E; }
a { background-color: rgb(32,120,78); }
div.DivClassName
{
background-color: #20784E;
}
.BgClassName
{
background-color: #20784E;
}
</style>
border-color css
<style>
span { border-color: #20784E; }
span { border-color: rgb(32,120,78); }
td.TdClassName
{
border-color: #20784E;
}
.TagClassName
{
border-color: #20784E;
}
</style>