Shades of Salem #20854D
Tints of Salem #20854D
RGB
CMYK
RGB Variations
Color information
#20854D (or 0x20854D) is known color: Salem. HEX triplet: 20, 85 and 4D. RGB value is (32,133,77). Sum of RGB (Red+Green+Blue) = 32+133+77=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #20854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20854D is #DF7AB2. Grayscale: #606060. Windows color (decimal): -14645939 or 5080352. OLE color: 5080352.
HSL color Cylindrical-coordinate representation of color #20854D: hue angle of 146.73º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20854D is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 77 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.48 |
| HSL | 146.73º | 0.61% | 0.32% | - |
| HSV(B) | 146.73º | 0.76% | 0.52% | - |
| XYZ | 10.32 | 17.62 | 9.88 | - |
| YUV | 96.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 77 | 0.76 | 0 | 0.42 | 0.48 | 146.73 | 0.61 | 0.32 |
| Hex | 20 | 85 | 4D | 4C | 0 | 2A | 30 | 93 | 3D | 20 |
| Octal | 40 | 205 | 115 | 114 | 0 | 52 | 60 | 223 | 75 | 40 |
| Binary | 100000 | 10000101 | 1001101 | 1001100 | 0 | 101010 | 110000 | 10010011 | 111101 | 100000 |
Color Harmonies of #20854D
Complementary color
Monochromatic Colors of #20854D
Black with #20854D
Text Example
Text Example
White with #20854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20854D; }
p { color: rgb(32,133,77); }
H1.HeaderClassName
{
color: #20854D;
}
.AnyTagClassName
{
color: #20854D;
}
</style>
background-color css
<style>
a { background-color: #20854D; }
a { background-color: rgb(32,133,77); }
div.DivClassName
{
background-color: #20854D;
}
.BgClassName
{
background-color: #20854D;
}
</style>
border-color css
<style>
span { border-color: #20854D; }
span { border-color: rgb(32,133,77); }
td.TdClassName
{
border-color: #20854D;
}
.TagClassName
{
border-color: #20854D;
}
</style>