Shades of Elm #20857D
Tints of Elm #20857D
RGB
CMYK
RGB Variations
Color information
#20857D (or 0x20857D) is known color: Elm. HEX triplet: 20, 85 and 7D. RGB value is (32,133,125). Sum of RGB (Red+Green+Blue) = 32+133+125=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #20857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20857D is #DF7A82. Grayscale: #656565. Windows color (decimal): -14645891 or 8226080. OLE color: 8226080.
HSL color Cylindrical-coordinate representation of color #20857D: hue angle of 175.25º 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 #20857D is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 125 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.48 |
| HSL | 175.25º | 0.61% | 0.32% | - |
| HSV(B) | 175.25º | 0.76% | 0.52% | - |
| XYZ | 12.68 | 18.56 | 22.32 | - |
| YUV | 101.89 | 141.04 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 125 | 0.76 | 0 | 0.06 | 0.48 | 175.25 | 0.61 | 0.32 |
| Hex | 20 | 85 | 7D | 4C | 0 | 6 | 30 | AF | 3D | 20 |
| Octal | 40 | 205 | 175 | 114 | 0 | 6 | 60 | 257 | 75 | 40 |
| Binary | 100000 | 10000101 | 1111101 | 1001100 | 0 | 110 | 110000 | 10101111 | 111101 | 100000 |
Color Harmonies of #20857D
Complementary color
Monochromatic Colors of #20857D
Black with #20857D
Text Example
Text Example
White with #20857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20857D; }
p { color: rgb(32,133,125); }
H1.HeaderClassName
{
color: #20857D;
}
.AnyTagClassName
{
color: #20857D;
}
</style>
background-color css
<style>
a { background-color: #20857D; }
a { background-color: rgb(32,133,125); }
div.DivClassName
{
background-color: #20857D;
}
.BgClassName
{
background-color: #20857D;
}
</style>
border-color css
<style>
span { border-color: #20857D; }
span { border-color: rgb(32,133,125); }
td.TdClassName
{
border-color: #20857D;
}
.TagClassName
{
border-color: #20857D;
}
</style>