Shades of Salem #20764B
Tints of Salem #20764B
RGB
CMYK
RGB Variations
Color information
#20764B (or 0x20764B) is known color: Salem. HEX triplet: 20, 76 and 4B. RGB value is (32,118,75). Sum of RGB (Red+Green+Blue) = 32+118+75=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #20764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20764B is #DF89B4. Grayscale: #575757. Windows color (decimal): -14649781 or 4945440. OLE color: 4945440.
HSL color Cylindrical-coordinate representation of color #20764B: hue angle of 150º 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 #20764B is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 75 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.54 |
| HSL | 150º | 0.57% | 0.29% | - |
| HSV(B) | 150º | 0.73% | 0.46% | - |
| XYZ | 8.34 | 13.77 | 8.88 | - |
| YUV | 87.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 75 | 0.73 | 0 | 0.36 | 0.54 | 150 | 0.57 | 0.29 |
| Hex | 20 | 76 | 4B | 49 | 0 | 24 | 36 | 96 | 39 | 1D |
| Octal | 40 | 166 | 113 | 111 | 0 | 44 | 66 | 226 | 71 | 35 |
| Binary | 100000 | 1110110 | 1001011 | 1001001 | 0 | 100100 | 110110 | 10010110 | 111001 | 11101 |
Color Harmonies of #20764B
Complementary color
Monochromatic Colors of #20764B
Black with #20764B
Text Example
Text Example
White with #20764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20764B; }
p { color: rgb(32,118,75); }
H1.HeaderClassName
{
color: #20764B;
}
.AnyTagClassName
{
color: #20764B;
}
</style>
background-color css
<style>
a { background-color: #20764B; }
a { background-color: rgb(32,118,75); }
div.DivClassName
{
background-color: #20764B;
}
.BgClassName
{
background-color: #20764B;
}
</style>
border-color css
<style>
span { border-color: #20764B; }
span { border-color: rgb(32,118,75); }
td.TdClassName
{
border-color: #20764B;
}
.TagClassName
{
border-color: #20764B;
}
</style>