Shades of Elm #20736E
Tints of Elm #20736E
RGB
CMYK
RGB Variations
Color information
#20736E (or 0x20736E) is known color: Elm. HEX triplet: 20, 73 and 6E. RGB value is (32,115,110). Sum of RGB (Red+Green+Blue) = 32+115+110=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #20736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20736E is #DF8C91. Grayscale: #595959. Windows color (decimal): -14650514 or 7238432. OLE color: 7238432.
HSL color Cylindrical-coordinate representation of color #20736E: hue angle of 176.39º degrees, saturation: 0.56, 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 #20736E is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 110 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.55 |
| HSL | 176.39º | 0.56% | 0.29% | - |
| HSV(B) | 176.39º | 0.72% | 0.45% | - |
| XYZ | 9.54 | 13.69 | 16.89 | - |
| YUV | 89.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 110 | 0.72 | 0 | 0.04 | 0.55 | 176.39 | 0.56 | 0.29 |
| Hex | 20 | 73 | 6E | 48 | 0 | 4 | 37 | B0 | 38 | 1D |
| Octal | 40 | 163 | 156 | 110 | 0 | 4 | 67 | 260 | 70 | 35 |
| Binary | 100000 | 1110011 | 1101110 | 1001000 | 0 | 100 | 110111 | 10110000 | 111000 | 11101 |
Color Harmonies of #20736E
Complementary color
Monochromatic Colors of #20736E
Black with #20736E
Text Example
Text Example
White with #20736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20736E; }
p { color: rgb(32,115,110); }
H1.HeaderClassName
{
color: #20736E;
}
.AnyTagClassName
{
color: #20736E;
}
</style>
background-color css
<style>
a { background-color: #20736E; }
a { background-color: rgb(32,115,110); }
div.DivClassName
{
background-color: #20736E;
}
.BgClassName
{
background-color: #20736E;
}
</style>
border-color css
<style>
span { border-color: #20736E; }
span { border-color: rgb(32,115,110); }
td.TdClassName
{
border-color: #20736E;
}
.TagClassName
{
border-color: #20736E;
}
</style>