Shades of Elm #20736D
Tints of Elm #20736D
RGB
CMYK
RGB Variations
Color information
#20736D (or 0x20736D) is known color: Elm. HEX triplet: 20, 73 and 6D. RGB value is (32,115,109). Sum of RGB (Red+Green+Blue) = 32+115+109=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #20736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20736D is #DF8C92. Grayscale: #595959. Windows color (decimal): -14650515 or 7172896. OLE color: 7172896.
HSL color Cylindrical-coordinate representation of color #20736D: hue angle of 175.66º 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 #20736D is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 109 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.55 |
| HSL | 175.66º | 0.56% | 0.29% | - |
| HSV(B) | 175.66º | 0.72% | 0.45% | - |
| XYZ | 9.49 | 13.67 | 16.61 | - |
| YUV | 89.5 | 139 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 109 | 0.72 | 0 | 0.05 | 0.55 | 175.66 | 0.56 | 0.29 |
| Hex | 20 | 73 | 6D | 48 | 0 | 5 | 37 | B0 | 38 | 1D |
| Octal | 40 | 163 | 155 | 110 | 0 | 5 | 67 | 260 | 70 | 35 |
| Binary | 100000 | 1110011 | 1101101 | 1001000 | 0 | 101 | 110111 | 10110000 | 111000 | 11101 |
Color Harmonies of #20736D
Complementary color
Monochromatic Colors of #20736D
Black with #20736D
Text Example
Text Example
White with #20736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20736D; }
p { color: rgb(32,115,109); }
H1.HeaderClassName
{
color: #20736D;
}
.AnyTagClassName
{
color: #20736D;
}
</style>
background-color css
<style>
a { background-color: #20736D; }
a { background-color: rgb(32,115,109); }
div.DivClassName
{
background-color: #20736D;
}
.BgClassName
{
background-color: #20736D;
}
</style>
border-color css
<style>
span { border-color: #20736D; }
span { border-color: rgb(32,115,109); }
td.TdClassName
{
border-color: #20736D;
}
.TagClassName
{
border-color: #20736D;
}
</style>