Shades of Salem #20764D
Tints of Salem #20764D
RGB
CMYK
RGB Variations
Color information
#20764D (or 0x20764D) is known color: Salem. HEX triplet: 20, 76 and 4D. RGB value is (32,118,77). Sum of RGB (Red+Green+Blue) = 32+118+77=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #20764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20764D is #DF89B2. Grayscale: #575757. Windows color (decimal): -14649779 or 5076512. OLE color: 5076512.
HSL color Cylindrical-coordinate representation of color #20764D: hue angle of 151.4º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20764D is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 77 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.54 |
| HSL | 151.4º | 0.57% | 0.29% | - |
| HSV(B) | 151.4º | 0.73% | 0.46% | - |
| XYZ | 8.41 | 13.8 | 9.24 | - |
| YUV | 87.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 77 | 0.73 | 0 | 0.35 | 0.54 | 151.4 | 0.57 | 0.29 |
| Hex | 20 | 76 | 4D | 49 | 0 | 23 | 36 | 97 | 39 | 1D |
| Octal | 40 | 166 | 115 | 111 | 0 | 43 | 66 | 227 | 71 | 35 |
| Binary | 100000 | 1110110 | 1001101 | 1001001 | 0 | 100011 | 110110 | 10010111 | 111001 | 11101 |
Color Harmonies of #20764D
Complementary color
Monochromatic Colors of #20764D
Black with #20764D
Text Example
Text Example
White with #20764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20764D; }
p { color: rgb(32,118,77); }
H1.HeaderClassName
{
color: #20764D;
}
.AnyTagClassName
{
color: #20764D;
}
</style>
background-color css
<style>
a { background-color: #20764D; }
a { background-color: rgb(32,118,77); }
div.DivClassName
{
background-color: #20764D;
}
.BgClassName
{
background-color: #20764D;
}
</style>
border-color css
<style>
span { border-color: #20764D; }
span { border-color: rgb(32,118,77); }
td.TdClassName
{
border-color: #20764D;
}
.TagClassName
{
border-color: #20764D;
}
</style>