Shades of Elm #20897C
Tints of Elm #20897C
RGB
CMYK
RGB Variations
Color information
#20897C (or 0x20897C) is known color: Elm. HEX triplet: 20, 89 and 7C. RGB value is (32,137,124). Sum of RGB (Red+Green+Blue) = 32+137+124=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #20897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20897C is #DF7683. Grayscale: #686868. Windows color (decimal): -14644868 or 8161568. OLE color: 8161568.
HSL color Cylindrical-coordinate representation of color #20897C: hue angle of 172.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20897C is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 137 | 124 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.46 |
| HSL | 172.57º | 0.62% | 0.33% | - |
| HSV(B) | 172.57º | 0.77% | 0.54% | - |
| XYZ | 13.18 | 19.65 | 22.17 | - |
| YUV | 104.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 124 | 0.77 | 0 | 0.09 | 0.46 | 172.57 | 0.62 | 0.33 |
| Hex | 20 | 89 | 7C | 4D | 0 | 9 | 2E | AD | 3E | 21 |
| Octal | 40 | 211 | 174 | 115 | 0 | 11 | 56 | 255 | 76 | 41 |
| Binary | 100000 | 10001001 | 1111100 | 1001101 | 0 | 1001 | 101110 | 10101101 | 111110 | 100001 |
Color Harmonies of #20897C
Complementary color
Monochromatic Colors of #20897C
Black with #20897C
Text Example
Text Example
White with #20897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20897C; }
p { color: rgb(32,137,124); }
H1.HeaderClassName
{
color: #20897C;
}
.AnyTagClassName
{
color: #20897C;
}
</style>
background-color css
<style>
a { background-color: #20897C; }
a { background-color: rgb(32,137,124); }
div.DivClassName
{
background-color: #20897C;
}
.BgClassName
{
background-color: #20897C;
}
</style>
border-color css
<style>
span { border-color: #20897C; }
span { border-color: rgb(32,137,124); }
td.TdClassName
{
border-color: #20897C;
}
.TagClassName
{
border-color: #20897C;
}
</style>