Shades of Salem #20854F
Tints of Salem #20854F
RGB
CMYK
RGB Variations
Color information
#20854F (or 0x20854F) is known color: Salem. HEX triplet: 20, 85 and 4F. RGB value is (32,133,79). Sum of RGB (Red+Green+Blue) = 32+133+79=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #20854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20854F is #DF7AB0. Grayscale: #606060. Windows color (decimal): -14645937 or 5211424. OLE color: 5211424.
HSL color Cylindrical-coordinate representation of color #20854F: hue angle of 147.92º 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 #20854F is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 79 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.48 |
| HSL | 147.92º | 0.61% | 0.32% | - |
| HSV(B) | 147.92º | 0.76% | 0.52% | - |
| XYZ | 10.39 | 17.65 | 10.26 | - |
| YUV | 96.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 79 | 0.76 | 0 | 0.41 | 0.48 | 147.92 | 0.61 | 0.32 |
| Hex | 20 | 85 | 4F | 4C | 0 | 29 | 30 | 94 | 3D | 20 |
| Octal | 40 | 205 | 117 | 114 | 0 | 51 | 60 | 224 | 75 | 40 |
| Binary | 100000 | 10000101 | 1001111 | 1001100 | 0 | 101001 | 110000 | 10010100 | 111101 | 100000 |
Color Harmonies of #20854F
Complementary color
Monochromatic Colors of #20854F
Black with #20854F
Text Example
Text Example
White with #20854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20854F; }
p { color: rgb(32,133,79); }
H1.HeaderClassName
{
color: #20854F;
}
.AnyTagClassName
{
color: #20854F;
}
</style>
background-color css
<style>
a { background-color: #20854F; }
a { background-color: rgb(32,133,79); }
div.DivClassName
{
background-color: #20854F;
}
.BgClassName
{
background-color: #20854F;
}
</style>
border-color css
<style>
span { border-color: #20854F; }
span { border-color: rgb(32,133,79); }
td.TdClassName
{
border-color: #20854F;
}
.TagClassName
{
border-color: #20854F;
}
</style>