Shades of Salem #20784F
Tints of Salem #20784F
RGB
CMYK
RGB Variations
Color information
#20784F (or 0x20784F) is known color: Salem. HEX triplet: 20, 78 and 4F. RGB value is (32,120,79). Sum of RGB (Red+Green+Blue) = 32+120+79=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #20784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20784F is #DF87B0. Grayscale: #595959. Windows color (decimal): -14649265 or 5208096. OLE color: 5208096.
HSL color Cylindrical-coordinate representation of color #20784F: hue angle of 152.05º 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 #20784F is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 79 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.53 |
| HSL | 152.05º | 0.58% | 0.3% | - |
| HSV(B) | 152.05º | 0.73% | 0.47% | - |
| XYZ | 8.72 | 14.3 | 9.7 | - |
| YUV | 89.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 79 | 0.73 | 0 | 0.34 | 0.53 | 152.05 | 0.58 | 0.3 |
| Hex | 20 | 78 | 4F | 49 | 0 | 22 | 35 | 98 | 3A | 1E |
| Octal | 40 | 170 | 117 | 111 | 0 | 42 | 65 | 230 | 72 | 36 |
| Binary | 100000 | 1111000 | 1001111 | 1001001 | 0 | 100010 | 110101 | 10011000 | 111010 | 11110 |
Color Harmonies of #20784F
Complementary color
Monochromatic Colors of #20784F
Black with #20784F
Text Example
Text Example
White with #20784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20784F; }
p { color: rgb(32,120,79); }
H1.HeaderClassName
{
color: #20784F;
}
.AnyTagClassName
{
color: #20784F;
}
</style>
background-color css
<style>
a { background-color: #20784F; }
a { background-color: rgb(32,120,79); }
div.DivClassName
{
background-color: #20784F;
}
.BgClassName
{
background-color: #20784F;
}
</style>
border-color css
<style>
span { border-color: #20784F; }
span { border-color: rgb(32,120,79); }
td.TdClassName
{
border-color: #20784F;
}
.TagClassName
{
border-color: #20784F;
}
</style>