Shades of Elm #20746B
Tints of Elm #20746B
RGB
CMYK
RGB Variations
Color information
#20746B (or 0x20746B) is known color: Elm. HEX triplet: 20, 74 and 6B. RGB value is (32,116,107). Sum of RGB (Red+Green+Blue) = 32+116+107=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #20746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20746B is #DF8B94. Grayscale: #595959. Windows color (decimal): -14650261 or 7042080. OLE color: 7042080.
HSL color Cylindrical-coordinate representation of color #20746B: hue angle of 173.57º 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 #20746B is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 107 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.55 |
| HSL | 173.57º | 0.57% | 0.29% | - |
| HSV(B) | 173.57º | 0.72% | 0.45% | - |
| XYZ | 9.49 | 13.86 | 16.08 | - |
| YUV | 89.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 107 | 0.72 | 0 | 0.08 | 0.55 | 173.57 | 0.57 | 0.29 |
| Hex | 20 | 74 | 6B | 48 | 0 | 8 | 37 | AE | 39 | 1D |
| Octal | 40 | 164 | 153 | 110 | 0 | 10 | 67 | 256 | 71 | 35 |
| Binary | 100000 | 1110100 | 1101011 | 1001000 | 0 | 1000 | 110111 | 10101110 | 111001 | 11101 |
Color Harmonies of #20746B
Complementary color
Monochromatic Colors of #20746B
Black with #20746B
Text Example
Text Example
White with #20746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20746B; }
p { color: rgb(32,116,107); }
H1.HeaderClassName
{
color: #20746B;
}
.AnyTagClassName
{
color: #20746B;
}
</style>
background-color css
<style>
a { background-color: #20746B; }
a { background-color: rgb(32,116,107); }
div.DivClassName
{
background-color: #20746B;
}
.BgClassName
{
background-color: #20746B;
}
</style>
border-color css
<style>
span { border-color: #20746B; }
span { border-color: rgb(32,116,107); }
td.TdClassName
{
border-color: #20746B;
}
.TagClassName
{
border-color: #20746B;
}
</style>