Shades of Elm #20716B
Tints of Elm #20716B
RGB
CMYK
RGB Variations
Color information
#20716B (or 0x20716B) is known color: Elm. HEX triplet: 20, 71 and 6B. RGB value is (32,113,107). Sum of RGB (Red+Green+Blue) = 32+113+107=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #20716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20716B is #DF8E94. Grayscale: #585858. Windows color (decimal): -14651029 or 7041312. OLE color: 7041312.
HSL color Cylindrical-coordinate representation of color #20716B: hue angle of 175.56º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20716B is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 107 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.56 |
| HSL | 175.56º | 0.56% | 0.28% | - |
| HSV(B) | 175.56º | 0.72% | 0.44% | - |
| XYZ | 9.15 | 13.18 | 15.97 | - |
| YUV | 88.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 107 | 0.72 | 0 | 0.05 | 0.56 | 175.56 | 0.56 | 0.28 |
| Hex | 20 | 71 | 6B | 48 | 0 | 5 | 38 | B0 | 38 | 1C |
| Octal | 40 | 161 | 153 | 110 | 0 | 5 | 70 | 260 | 70 | 34 |
| Binary | 100000 | 1110001 | 1101011 | 1001000 | 0 | 101 | 111000 | 10110000 | 111000 | 11100 |
Color Harmonies of #20716B
Complementary color
Monochromatic Colors of #20716B
Black with #20716B
Text Example
Text Example
White with #20716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20716B; }
p { color: rgb(32,113,107); }
H1.HeaderClassName
{
color: #20716B;
}
.AnyTagClassName
{
color: #20716B;
}
</style>
background-color css
<style>
a { background-color: #20716B; }
a { background-color: rgb(32,113,107); }
div.DivClassName
{
background-color: #20716B;
}
.BgClassName
{
background-color: #20716B;
}
</style>
border-color css
<style>
span { border-color: #20716B; }
span { border-color: rgb(32,113,107); }
td.TdClassName
{
border-color: #20716B;
}
.TagClassName
{
border-color: #20716B;
}
</style>