Shades of Elm #21766E
Tints of Elm #21766E
RGB
CMYK
RGB Variations
Color information
#21766E (or 0x21766E) is known color: Elm. HEX triplet: 21, 76 and 6E. RGB value is (33,118,110). Sum of RGB (Red+Green+Blue) = 33+118+110=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #21766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21766E is #DE8991. Grayscale: #5B5B5B. Windows color (decimal): -14584210 or 7239201. OLE color: 7239201.
HSL color Cylindrical-coordinate representation of color #21766E: hue angle of 174.35º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21766E is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 110 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.54 |
| HSL | 174.35º | 0.56% | 0.3% | - |
| HSV(B) | 174.35º | 0.72% | 0.46% | - |
| XYZ | 9.92 | 14.41 | 17.01 | - |
| YUV | 91.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 110 | 0.72 | 0 | 0.07 | 0.54 | 174.35 | 0.56 | 0.3 |
| Hex | 21 | 76 | 6E | 48 | 0 | 7 | 36 | AE | 38 | 1E |
| Octal | 41 | 166 | 156 | 110 | 0 | 7 | 66 | 256 | 70 | 36 |
| Binary | 100001 | 1110110 | 1101110 | 1001000 | 0 | 111 | 110110 | 10101110 | 111000 | 11110 |
Color Harmonies of #21766E
Complementary color
Monochromatic Colors of #21766E
Black with #21766E
Text Example
Text Example
White with #21766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21766E; }
p { color: rgb(33,118,110); }
H1.HeaderClassName
{
color: #21766E;
}
.AnyTagClassName
{
color: #21766E;
}
</style>
background-color css
<style>
a { background-color: #21766E; }
a { background-color: rgb(33,118,110); }
div.DivClassName
{
background-color: #21766E;
}
.BgClassName
{
background-color: #21766E;
}
</style>
border-color css
<style>
span { border-color: #21766E; }
span { border-color: rgb(33,118,110); }
td.TdClassName
{
border-color: #21766E;
}
.TagClassName
{
border-color: #21766E;
}
</style>