Shades of Elm #20847B
Tints of Elm #20847B
RGB
CMYK
RGB Variations
Color information
#20847B (or 0x20847B) is known color: Elm. HEX triplet: 20, 84 and 7B. RGB value is (32,132,123). Sum of RGB (Red+Green+Blue) = 32+132+123=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #20847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20847B is #DF7B84. Grayscale: #656565. Windows color (decimal): -14646149 or 8094752. OLE color: 8094752.
HSL color Cylindrical-coordinate representation of color #20847B: hue angle of 174.6º 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 #20847B is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 123 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.48 |
| HSL | 174.6º | 0.61% | 0.32% | - |
| HSV(B) | 174.6º | 0.76% | 0.52% | - |
| XYZ | 12.42 | 18.24 | 21.6 | - |
| YUV | 101.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 123 | 0.76 | 0 | 0.07 | 0.48 | 174.6 | 0.61 | 0.32 |
| Hex | 20 | 84 | 7B | 4C | 0 | 7 | 30 | AF | 3D | 20 |
| Octal | 40 | 204 | 173 | 114 | 0 | 7 | 60 | 257 | 75 | 40 |
| Binary | 100000 | 10000100 | 1111011 | 1001100 | 0 | 111 | 110000 | 10101111 | 111101 | 100000 |
Color Harmonies of #20847B
Complementary color
Monochromatic Colors of #20847B
Black with #20847B
Text Example
Text Example
White with #20847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20847B; }
p { color: rgb(32,132,123); }
H1.HeaderClassName
{
color: #20847B;
}
.AnyTagClassName
{
color: #20847B;
}
</style>
background-color css
<style>
a { background-color: #20847B; }
a { background-color: rgb(32,132,123); }
div.DivClassName
{
background-color: #20847B;
}
.BgClassName
{
background-color: #20847B;
}
</style>
border-color css
<style>
span { border-color: #20847B; }
span { border-color: rgb(32,132,123); }
td.TdClassName
{
border-color: #20847B;
}
.TagClassName
{
border-color: #20847B;
}
</style>