Shades of Salem #20784B
Tints of Salem #20784B
RGB
CMYK
RGB Variations
Color information
#20784B (or 0x20784B) is known color: Salem. HEX triplet: 20, 78 and 4B. RGB value is (32,120,75). Sum of RGB (Red+Green+Blue) = 32+120+75=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #20784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20784B is #DF87B4. Grayscale: #585858. Windows color (decimal): -14649269 or 4945952. OLE color: 4945952.
HSL color Cylindrical-coordinate representation of color #20784B: hue angle of 149.32º 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 #20784B is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 75 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.53 |
| HSL | 149.32º | 0.58% | 0.3% | - |
| HSV(B) | 149.32º | 0.73% | 0.47% | - |
| XYZ | 8.58 | 14.25 | 8.95 | - |
| YUV | 88.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 75 | 0.73 | 0 | 0.37 | 0.53 | 149.32 | 0.58 | 0.3 |
| Hex | 20 | 78 | 4B | 49 | 0 | 25 | 35 | 95 | 3A | 1E |
| Octal | 40 | 170 | 113 | 111 | 0 | 45 | 65 | 225 | 72 | 36 |
| Binary | 100000 | 1111000 | 1001011 | 1001001 | 0 | 100101 | 110101 | 10010101 | 111010 | 11110 |
Color Harmonies of #20784B
Complementary color
Monochromatic Colors of #20784B
Black with #20784B
Text Example
Text Example
White with #20784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20784B; }
p { color: rgb(32,120,75); }
H1.HeaderClassName
{
color: #20784B;
}
.AnyTagClassName
{
color: #20784B;
}
</style>
background-color css
<style>
a { background-color: #20784B; }
a { background-color: rgb(32,120,75); }
div.DivClassName
{
background-color: #20784B;
}
.BgClassName
{
background-color: #20784B;
}
</style>
border-color css
<style>
span { border-color: #20784B; }
span { border-color: rgb(32,120,75); }
td.TdClassName
{
border-color: #20784B;
}
.TagClassName
{
border-color: #20784B;
}
</style>