Shades of Elm #21796D
Tints of Elm #21796D
RGB
CMYK
RGB Variations
Color information
#21796D (or 0x21796D) is known color: Elm. HEX triplet: 21, 79 and 6D. RGB value is (33,121,109). Sum of RGB (Red+Green+Blue) = 33+121+109=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #21796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21796D is #DE8692. Grayscale: #5D5D5D. Windows color (decimal): -14583443 or 7174433. OLE color: 7174433.
HSL color Cylindrical-coordinate representation of color #21796D: hue angle of 171.82º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21796D is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 121 | 109 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.53 |
| HSL | 171.82º | 0.57% | 0.3% | - |
| HSV(B) | 171.82º | 0.73% | 0.47% | - |
| XYZ | 10.22 | 15.1 | 16.84 | - |
| YUV | 93.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 109 | 0.73 | 0 | 0.10 | 0.53 | 171.82 | 0.57 | 0.3 |
| Hex | 21 | 79 | 6D | 49 | 0 | A | 35 | AC | 39 | 1E |
| Octal | 41 | 171 | 155 | 111 | 0 | 12 | 65 | 254 | 71 | 36 |
| Binary | 100001 | 1111001 | 1101101 | 1001001 | 0 | 1010 | 110101 | 10101100 | 111001 | 11110 |
Color Harmonies of #21796D
Complementary color
Monochromatic Colors of #21796D
Black with #21796D
Text Example
Text Example
White with #21796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21796D; }
p { color: rgb(33,121,109); }
H1.HeaderClassName
{
color: #21796D;
}
.AnyTagClassName
{
color: #21796D;
}
</style>
background-color css
<style>
a { background-color: #21796D; }
a { background-color: rgb(33,121,109); }
div.DivClassName
{
background-color: #21796D;
}
.BgClassName
{
background-color: #21796D;
}
</style>
border-color css
<style>
span { border-color: #21796D; }
span { border-color: rgb(33,121,109); }
td.TdClassName
{
border-color: #21796D;
}
.TagClassName
{
border-color: #21796D;
}
</style>