Shades of Elm #20877D
Tints of Elm #20877D
RGB
CMYK
RGB Variations
Color information
#20877D (or 0x20877D) is known color: Elm. HEX triplet: 20, 87 and 7D. RGB value is (32,135,125). Sum of RGB (Red+Green+Blue) = 32+135+125=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #20877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20877D is #DF7882. Grayscale: #666666. Windows color (decimal): -14645379 or 8226592. OLE color: 8226592.
HSL color Cylindrical-coordinate representation of color #20877D: hue angle of 174.17º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20877D is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 125 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.47 |
| HSL | 174.17º | 0.62% | 0.33% | - |
| HSV(B) | 174.17º | 0.76% | 0.53% | - |
| XYZ | 12.96 | 19.12 | 22.41 | - |
| YUV | 103.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 125 | 0.76 | 0 | 0.07 | 0.47 | 174.17 | 0.62 | 0.33 |
| Hex | 20 | 87 | 7D | 4C | 0 | 7 | 2F | AE | 3E | 21 |
| Octal | 40 | 207 | 175 | 114 | 0 | 7 | 57 | 256 | 76 | 41 |
| Binary | 100000 | 10000111 | 1111101 | 1001100 | 0 | 111 | 101111 | 10101110 | 111110 | 100001 |
Color Harmonies of #20877D
Complementary color
Monochromatic Colors of #20877D
Black with #20877D
Text Example
Text Example
White with #20877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20877D; }
p { color: rgb(32,135,125); }
H1.HeaderClassName
{
color: #20877D;
}
.AnyTagClassName
{
color: #20877D;
}
</style>
background-color css
<style>
a { background-color: #20877D; }
a { background-color: rgb(32,135,125); }
div.DivClassName
{
background-color: #20877D;
}
.BgClassName
{
background-color: #20877D;
}
</style>
border-color css
<style>
span { border-color: #20877D; }
span { border-color: rgb(32,135,125); }
td.TdClassName
{
border-color: #20877D;
}
.TagClassName
{
border-color: #20877D;
}
</style>