Shades of Elm #20847D
Tints of Elm #20847D
RGB
CMYK
RGB Variations
Color information
#20847D (or 0x20847D) is known color: Elm. HEX triplet: 20, 84 and 7D. RGB value is (32,132,125). Sum of RGB (Red+Green+Blue) = 32+132+125=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #20847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20847D is #DF7B82. Grayscale: #656565. Windows color (decimal): -14646147 or 8225824. OLE color: 8225824.
HSL color Cylindrical-coordinate representation of color #20847D: hue angle of 175.8º 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 #20847D is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 125 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.48 |
| HSL | 175.8º | 0.61% | 0.32% | - |
| HSV(B) | 175.8º | 0.76% | 0.52% | - |
| XYZ | 12.55 | 18.29 | 22.27 | - |
| YUV | 101.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 125 | 0.76 | 0 | 0.05 | 0.48 | 175.8 | 0.61 | 0.32 |
| Hex | 20 | 84 | 7D | 4C | 0 | 5 | 30 | B0 | 3D | 20 |
| Octal | 40 | 204 | 175 | 114 | 0 | 5 | 60 | 260 | 75 | 40 |
| Binary | 100000 | 10000100 | 1111101 | 1001100 | 0 | 101 | 110000 | 10110000 | 111101 | 100000 |
Color Harmonies of #20847D
Complementary color
Monochromatic Colors of #20847D
Black with #20847D
Text Example
Text Example
White with #20847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20847D; }
p { color: rgb(32,132,125); }
H1.HeaderClassName
{
color: #20847D;
}
.AnyTagClassName
{
color: #20847D;
}
</style>
background-color css
<style>
a { background-color: #20847D; }
a { background-color: rgb(32,132,125); }
div.DivClassName
{
background-color: #20847D;
}
.BgClassName
{
background-color: #20847D;
}
</style>
border-color css
<style>
span { border-color: #20847D; }
span { border-color: rgb(32,132,125); }
td.TdClassName
{
border-color: #20847D;
}
.TagClassName
{
border-color: #20847D;
}
</style>