Shades of Salem #20734D
Tints of Salem #20734D
RGB
CMYK
RGB Variations
Color information
#20734D (or 0x20734D) is known color: Salem. HEX triplet: 20, 73 and 4D. RGB value is (32,115,77). Sum of RGB (Red+Green+Blue) = 32+115+77=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #20734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20734D is #DF8CB2. Grayscale: #555555. Windows color (decimal): -14650547 or 5075744. OLE color: 5075744.
HSL color Cylindrical-coordinate representation of color #20734D: hue angle of 152.53º degrees, saturation: 0.56, 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 #20734D is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 77 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.55 |
| HSL | 152.53º | 0.56% | 0.29% | - |
| HSV(B) | 152.53º | 0.72% | 0.45% | - |
| XYZ | 8.07 | 13.1 | 9.13 | - |
| YUV | 85.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 77 | 0.72 | 0 | 0.33 | 0.55 | 152.53 | 0.56 | 0.29 |
| Hex | 20 | 73 | 4D | 48 | 0 | 21 | 37 | 99 | 38 | 1D |
| Octal | 40 | 163 | 115 | 110 | 0 | 41 | 67 | 231 | 70 | 35 |
| Binary | 100000 | 1110011 | 1001101 | 1001000 | 0 | 100001 | 110111 | 10011001 | 111000 | 11101 |
Color Harmonies of #20734D
Complementary color
Monochromatic Colors of #20734D
Black with #20734D
Text Example
Text Example
White with #20734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20734D; }
p { color: rgb(32,115,77); }
H1.HeaderClassName
{
color: #20734D;
}
.AnyTagClassName
{
color: #20734D;
}
</style>
background-color css
<style>
a { background-color: #20734D; }
a { background-color: rgb(32,115,77); }
div.DivClassName
{
background-color: #20734D;
}
.BgClassName
{
background-color: #20734D;
}
</style>
border-color css
<style>
span { border-color: #20734D; }
span { border-color: rgb(32,115,77); }
td.TdClassName
{
border-color: #20734D;
}
.TagClassName
{
border-color: #20734D;
}
</style>