Shades of Elm #20857B
Tints of Elm #20857B
RGB
CMYK
RGB Variations
Color information
#20857B (or 0x20857B) is known color: Elm. HEX triplet: 20, 85 and 7B. RGB value is (32,133,123). Sum of RGB (Red+Green+Blue) = 32+133+123=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #20857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20857B is #DF7A84. Grayscale: #656565. Windows color (decimal): -14645893 or 8095008. OLE color: 8095008.
HSL color Cylindrical-coordinate representation of color #20857B: hue angle of 174.06º 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 #20857B is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 123 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.48 |
| HSL | 174.06º | 0.61% | 0.32% | - |
| HSV(B) | 174.06º | 0.76% | 0.52% | - |
| XYZ | 12.56 | 18.51 | 21.65 | - |
| YUV | 101.66 | 140.04 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 123 | 0.76 | 0 | 0.08 | 0.48 | 174.06 | 0.61 | 0.32 |
| Hex | 20 | 85 | 7B | 4C | 0 | 8 | 30 | AE | 3D | 20 |
| Octal | 40 | 205 | 173 | 114 | 0 | 10 | 60 | 256 | 75 | 40 |
| Binary | 100000 | 10000101 | 1111011 | 1001100 | 0 | 1000 | 110000 | 10101110 | 111101 | 100000 |
Color Harmonies of #20857B
Complementary color
Monochromatic Colors of #20857B
Black with #20857B
Text Example
Text Example
White with #20857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20857B; }
p { color: rgb(32,133,123); }
H1.HeaderClassName
{
color: #20857B;
}
.AnyTagClassName
{
color: #20857B;
}
</style>
background-color css
<style>
a { background-color: #20857B; }
a { background-color: rgb(32,133,123); }
div.DivClassName
{
background-color: #20857B;
}
.BgClassName
{
background-color: #20857B;
}
</style>
border-color css
<style>
span { border-color: #20857B; }
span { border-color: rgb(32,133,123); }
td.TdClassName
{
border-color: #20857B;
}
.TagClassName
{
border-color: #20857B;
}
</style>