Shades of Elm #20877C
Tints of Elm #20877C
RGB
CMYK
RGB Variations
Color information
#20877C (or 0x20877C) is known color: Elm. HEX triplet: 20, 87 and 7C. RGB value is (32,135,124). Sum of RGB (Red+Green+Blue) = 32+135+124=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #20877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20877C is #DF7883. Grayscale: #666666. Windows color (decimal): -14645380 or 8161056. OLE color: 8161056.
HSL color Cylindrical-coordinate representation of color #20877C: hue angle of 173.59º 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 #20877C is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 124 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.47 |
| HSL | 173.59º | 0.62% | 0.33% | - |
| HSV(B) | 173.59º | 0.76% | 0.53% | - |
| XYZ | 12.9 | 19.09 | 22.07 | - |
| YUV | 102.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 124 | 0.76 | 0 | 0.08 | 0.47 | 173.59 | 0.62 | 0.33 |
| Hex | 20 | 87 | 7C | 4C | 0 | 8 | 2F | AE | 3E | 21 |
| Octal | 40 | 207 | 174 | 114 | 0 | 10 | 57 | 256 | 76 | 41 |
| Binary | 100000 | 10000111 | 1111100 | 1001100 | 0 | 1000 | 101111 | 10101110 | 111110 | 100001 |
Color Harmonies of #20877C
Complementary color
Monochromatic Colors of #20877C
Black with #20877C
Text Example
Text Example
White with #20877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20877C; }
p { color: rgb(32,135,124); }
H1.HeaderClassName
{
color: #20877C;
}
.AnyTagClassName
{
color: #20877C;
}
</style>
background-color css
<style>
a { background-color: #20877C; }
a { background-color: rgb(32,135,124); }
div.DivClassName
{
background-color: #20877C;
}
.BgClassName
{
background-color: #20877C;
}
</style>
border-color css
<style>
span { border-color: #20877C; }
span { border-color: rgb(32,135,124); }
td.TdClassName
{
border-color: #20877C;
}
.TagClassName
{
border-color: #20877C;
}
</style>