Shades of Salem #20744D
Tints of Salem #20744D
RGB
CMYK
RGB Variations
Color information
#20744D (or 0x20744D) is known color: Salem. HEX triplet: 20, 74 and 4D. RGB value is (32,116,77). Sum of RGB (Red+Green+Blue) = 32+116+77=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #20744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20744D is #DF8BB2. Grayscale: #565656. Windows color (decimal): -14650291 or 5076000. OLE color: 5076000.
HSL color Cylindrical-coordinate representation of color #20744D: hue angle of 152.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20744D is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 77 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.55 |
| HSL | 152.14º | 0.57% | 0.29% | - |
| HSV(B) | 152.14º | 0.72% | 0.45% | - |
| XYZ | 8.18 | 13.33 | 9.16 | - |
| YUV | 86.44 | 122.67 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 77 | 0.72 | 0 | 0.34 | 0.55 | 152.14 | 0.57 | 0.29 |
| Hex | 20 | 74 | 4D | 48 | 0 | 22 | 37 | 98 | 39 | 1D |
| Octal | 40 | 164 | 115 | 110 | 0 | 42 | 67 | 230 | 71 | 35 |
| Binary | 100000 | 1110100 | 1001101 | 1001000 | 0 | 100010 | 110111 | 10011000 | 111001 | 11101 |
Color Harmonies of #20744D
Complementary color
Monochromatic Colors of #20744D
Black with #20744D
Text Example
Text Example
White with #20744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20744D; }
p { color: rgb(32,116,77); }
H1.HeaderClassName
{
color: #20744D;
}
.AnyTagClassName
{
color: #20744D;
}
</style>
background-color css
<style>
a { background-color: #20744D; }
a { background-color: rgb(32,116,77); }
div.DivClassName
{
background-color: #20744D;
}
.BgClassName
{
background-color: #20744D;
}
</style>
border-color css
<style>
span { border-color: #20744D; }
span { border-color: rgb(32,116,77); }
td.TdClassName
{
border-color: #20744D;
}
.TagClassName
{
border-color: #20744D;
}
</style>