Shades of Salem #20764E
Tints of Salem #20764E
RGB
CMYK
RGB Variations
Color information
#20764E (or 0x20764E) is known color: Salem. HEX triplet: 20, 76 and 4E. RGB value is (32,118,78). Sum of RGB (Red+Green+Blue) = 32+118+78=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #20764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20764E is #DF89B1. Grayscale: #575757. Windows color (decimal): -14649778 or 5142048. OLE color: 5142048.
HSL color Cylindrical-coordinate representation of color #20764E: hue angle of 152.09º 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 #20764E is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 78 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.54 |
| HSL | 152.09º | 0.57% | 0.29% | - |
| HSV(B) | 152.09º | 0.73% | 0.46% | - |
| XYZ | 8.45 | 13.81 | 9.43 | - |
| YUV | 87.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 78 | 0.73 | 0 | 0.34 | 0.54 | 152.09 | 0.57 | 0.29 |
| Hex | 20 | 76 | 4E | 49 | 0 | 22 | 36 | 98 | 39 | 1D |
| Octal | 40 | 166 | 116 | 111 | 0 | 42 | 66 | 230 | 71 | 35 |
| Binary | 100000 | 1110110 | 1001110 | 1001001 | 0 | 100010 | 110110 | 10011000 | 111001 | 11101 |
Color Harmonies of #20764E
Complementary color
Monochromatic Colors of #20764E
Black with #20764E
Text Example
Text Example
White with #20764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20764E; }
p { color: rgb(32,118,78); }
H1.HeaderClassName
{
color: #20764E;
}
.AnyTagClassName
{
color: #20764E;
}
</style>
background-color css
<style>
a { background-color: #20764E; }
a { background-color: rgb(32,118,78); }
div.DivClassName
{
background-color: #20764E;
}
.BgClassName
{
background-color: #20764E;
}
</style>
border-color css
<style>
span { border-color: #20764E; }
span { border-color: rgb(32,118,78); }
td.TdClassName
{
border-color: #20764E;
}
.TagClassName
{
border-color: #20764E;
}
</style>