Shades of Salem #20764F
Tints of Salem #20764F
RGB
CMYK
RGB Variations
Color information
#20764F (or 0x20764F) is known color: Salem. HEX triplet: 20, 76 and 4F. RGB value is (32,118,79). Sum of RGB (Red+Green+Blue) = 32+118+79=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #20764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20764F is #DF89B0. Grayscale: #575757. Windows color (decimal): -14649777 or 5207584. OLE color: 5207584.
HSL color Cylindrical-coordinate representation of color #20764F: hue angle of 152.79º 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 #20764F is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 79 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.54 |
| HSL | 152.79º | 0.57% | 0.29% | - |
| HSV(B) | 152.79º | 0.73% | 0.46% | - |
| XYZ | 8.49 | 13.83 | 9.62 | - |
| YUV | 87.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 79 | 0.73 | 0 | 0.33 | 0.54 | 152.79 | 0.57 | 0.29 |
| Hex | 20 | 76 | 4F | 49 | 0 | 21 | 36 | 99 | 39 | 1D |
| Octal | 40 | 166 | 117 | 111 | 0 | 41 | 66 | 231 | 71 | 35 |
| Binary | 100000 | 1110110 | 1001111 | 1001001 | 0 | 100001 | 110110 | 10011001 | 111001 | 11101 |
Color Harmonies of #20764F
Complementary color
Monochromatic Colors of #20764F
Black with #20764F
Text Example
Text Example
White with #20764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20764F; }
p { color: rgb(32,118,79); }
H1.HeaderClassName
{
color: #20764F;
}
.AnyTagClassName
{
color: #20764F;
}
</style>
background-color css
<style>
a { background-color: #20764F; }
a { background-color: rgb(32,118,79); }
div.DivClassName
{
background-color: #20764F;
}
.BgClassName
{
background-color: #20764F;
}
</style>
border-color css
<style>
span { border-color: #20764F; }
span { border-color: rgb(32,118,79); }
td.TdClassName
{
border-color: #20764F;
}
.TagClassName
{
border-color: #20764F;
}
</style>