Shades of Elm #20807D
Tints of Elm #20807D
RGB
CMYK
RGB Variations
Color information
#20807D (or 0x20807D) is known color: Elm. HEX triplet: 20, 80 and 7D. RGB value is (32,128,125). Sum of RGB (Red+Green+Blue) = 32+128+125=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #20807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20807D is #DF7F82. Grayscale: #626262. Windows color (decimal): -14647171 or 8224800. OLE color: 8224800.
HSL color Cylindrical-coordinate representation of color #20807D: hue angle of 178.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20807D is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 125 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.50 |
| HSL | 178.13º | 0.6% | 0.31% | - |
| HSV(B) | 178.13º | 0.75% | 0.5% | - |
| XYZ | 12.02 | 17.23 | 22.09 | - |
| YUV | 98.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 125 | 0.75 | 0 | 0.02 | 0.50 | 178.13 | 0.6 | 0.31 |
| Hex | 20 | 80 | 7D | 4B | 0 | 2 | 32 | B2 | 3C | 1F |
| Octal | 40 | 200 | 175 | 113 | 0 | 2 | 62 | 262 | 74 | 37 |
| Binary | 100000 | 10000000 | 1111101 | 1001011 | 0 | 10 | 110010 | 10110010 | 111100 | 11111 |
Color Harmonies of #20807D
Complementary color
Monochromatic Colors of #20807D
Black with #20807D
Text Example
Text Example
White with #20807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20807D; }
p { color: rgb(32,128,125); }
H1.HeaderClassName
{
color: #20807D;
}
.AnyTagClassName
{
color: #20807D;
}
</style>
background-color css
<style>
a { background-color: #20807D; }
a { background-color: rgb(32,128,125); }
div.DivClassName
{
background-color: #20807D;
}
.BgClassName
{
background-color: #20807D;
}
</style>
border-color css
<style>
span { border-color: #20807D; }
span { border-color: rgb(32,128,125); }
td.TdClassName
{
border-color: #20807D;
}
.TagClassName
{
border-color: #20807D;
}
</style>