Shades of Salem #20855B
Tints of Salem #20855B
RGB
CMYK
RGB Variations
Color information
#20855B (or 0x20855B) is known color: Salem. HEX triplet: 20, 85 and 5B. RGB value is (32,133,91). Sum of RGB (Red+Green+Blue) = 32+133+91=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #20855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20855B is #DF7AA4. Grayscale: #626262. Windows color (decimal): -14645925 or 5997856. OLE color: 5997856.
HSL color Cylindrical-coordinate representation of color #20855B: hue angle of 155.05º 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 #20855B is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 91 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.48 |
| HSL | 155.05º | 0.61% | 0.32% | - |
| HSV(B) | 155.05º | 0.76% | 0.52% | - |
| XYZ | 10.87 | 17.84 | 12.77 | - |
| YUV | 98.01 | 124.04 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 91 | 0.76 | 0 | 0.32 | 0.48 | 155.05 | 0.61 | 0.32 |
| Hex | 20 | 85 | 5B | 4C | 0 | 20 | 30 | 9B | 3D | 20 |
| Octal | 40 | 205 | 133 | 114 | 0 | 40 | 60 | 233 | 75 | 40 |
| Binary | 100000 | 10000101 | 1011011 | 1001100 | 0 | 100000 | 110000 | 10011011 | 111101 | 100000 |
Color Harmonies of #20855B
Complementary color
Monochromatic Colors of #20855B
Black with #20855B
Text Example
Text Example
White with #20855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20855B; }
p { color: rgb(32,133,91); }
H1.HeaderClassName
{
color: #20855B;
}
.AnyTagClassName
{
color: #20855B;
}
</style>
background-color css
<style>
a { background-color: #20855B; }
a { background-color: rgb(32,133,91); }
div.DivClassName
{
background-color: #20855B;
}
.BgClassName
{
background-color: #20855B;
}
</style>
border-color css
<style>
span { border-color: #20855B; }
span { border-color: rgb(32,133,91); }
td.TdClassName
{
border-color: #20855B;
}
.TagClassName
{
border-color: #20855B;
}
</style>