Shades of Elm #20746F
Tints of Elm #20746F
RGB
CMYK
RGB Variations
Color information
#20746F (or 0x20746F) is known color: Elm. HEX triplet: 20, 74 and 6F. RGB value is (32,116,111). Sum of RGB (Red+Green+Blue) = 32+116+111=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #20746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20746F is #DF8B90. Grayscale: #5A5A5A. Windows color (decimal): -14650257 or 7304224. OLE color: 7304224.
HSL color Cylindrical-coordinate representation of color #20746F: hue angle of 176.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20746F is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 111 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.55 |
| HSL | 176.43º | 0.57% | 0.29% | - |
| HSV(B) | 176.43º | 0.72% | 0.45% | - |
| XYZ | 9.71 | 13.95 | 17.22 | - |
| YUV | 90.31 | 139.67 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 111 | 0.72 | 0 | 0.04 | 0.55 | 176.43 | 0.57 | 0.29 |
| Hex | 20 | 74 | 6F | 48 | 0 | 4 | 37 | B0 | 39 | 1D |
| Octal | 40 | 164 | 157 | 110 | 0 | 4 | 67 | 260 | 71 | 35 |
| Binary | 100000 | 1110100 | 1101111 | 1001000 | 0 | 100 | 110111 | 10110000 | 111001 | 11101 |
Color Harmonies of #20746F
Complementary color
Monochromatic Colors of #20746F
Black with #20746F
Text Example
Text Example
White with #20746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20746F; }
p { color: rgb(32,116,111); }
H1.HeaderClassName
{
color: #20746F;
}
.AnyTagClassName
{
color: #20746F;
}
</style>
background-color css
<style>
a { background-color: #20746F; }
a { background-color: rgb(32,116,111); }
div.DivClassName
{
background-color: #20746F;
}
.BgClassName
{
background-color: #20746F;
}
</style>
border-color css
<style>
span { border-color: #20746F; }
span { border-color: rgb(32,116,111); }
td.TdClassName
{
border-color: #20746F;
}
.TagClassName
{
border-color: #20746F;
}
</style>