Shades of Salem #20874D
Tints of Salem #20874D
RGB
CMYK
RGB Variations
Color information
#20874D (or 0x20874D) is known color: Salem. HEX triplet: 20, 87 and 4D. RGB value is (32,135,77). Sum of RGB (Red+Green+Blue) = 32+135+77=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #20874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20874D is #DF78B2. Grayscale: #616161. Windows color (decimal): -14645427 or 5080864. OLE color: 5080864.
HSL color Cylindrical-coordinate representation of color #20874D: hue angle of 146.21º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20874D is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 77 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.47 |
| HSL | 146.21º | 0.62% | 0.33% | - |
| HSV(B) | 146.21º | 0.76% | 0.53% | - |
| XYZ | 10.6 | 18.17 | 9.97 | - |
| YUV | 97.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 77 | 0.76 | 0 | 0.43 | 0.47 | 146.21 | 0.62 | 0.33 |
| Hex | 20 | 87 | 4D | 4C | 0 | 2B | 2F | 92 | 3E | 21 |
| Octal | 40 | 207 | 115 | 114 | 0 | 53 | 57 | 222 | 76 | 41 |
| Binary | 100000 | 10000111 | 1001101 | 1001100 | 0 | 101011 | 101111 | 10010010 | 111110 | 100001 |
Color Harmonies of #20874D
Complementary color
Monochromatic Colors of #20874D
Black with #20874D
Text Example
Text Example
White with #20874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20874D; }
p { color: rgb(32,135,77); }
H1.HeaderClassName
{
color: #20874D;
}
.AnyTagClassName
{
color: #20874D;
}
</style>
background-color css
<style>
a { background-color: #20874D; }
a { background-color: rgb(32,135,77); }
div.DivClassName
{
background-color: #20874D;
}
.BgClassName
{
background-color: #20874D;
}
</style>
border-color css
<style>
span { border-color: #20874D; }
span { border-color: rgb(32,135,77); }
td.TdClassName
{
border-color: #20874D;
}
.TagClassName
{
border-color: #20874D;
}
</style>