Shades of Elm #21766C
Tints of Elm #21766C
RGB
CMYK
RGB Variations
Color information
#21766C (or 0x21766C) is known color: Elm. HEX triplet: 21, 76 and 6C. RGB value is (33,118,108). Sum of RGB (Red+Green+Blue) = 33+118+108=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #21766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21766C is #DE8993. Grayscale: #5B5B5B. Windows color (decimal): -14584212 or 7108129. OLE color: 7108129.
HSL color Cylindrical-coordinate representation of color #21766C: hue angle of 172.94º 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 #21766C is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 108 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.54 |
| HSL | 172.94º | 0.56% | 0.3% | - |
| HSV(B) | 172.94º | 0.72% | 0.46% | - |
| XYZ | 9.81 | 14.36 | 16.44 | - |
| YUV | 91.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 108 | 0.72 | 0 | 0.08 | 0.54 | 172.94 | 0.56 | 0.3 |
| Hex | 21 | 76 | 6C | 48 | 0 | 8 | 36 | AD | 38 | 1E |
| Octal | 41 | 166 | 154 | 110 | 0 | 10 | 66 | 255 | 70 | 36 |
| Binary | 100001 | 1110110 | 1101100 | 1001000 | 0 | 1000 | 110110 | 10101101 | 111000 | 11110 |
Color Harmonies of #21766C
Complementary color
Monochromatic Colors of #21766C
Black with #21766C
Text Example
Text Example
White with #21766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21766C; }
p { color: rgb(33,118,108); }
H1.HeaderClassName
{
color: #21766C;
}
.AnyTagClassName
{
color: #21766C;
}
</style>
background-color css
<style>
a { background-color: #21766C; }
a { background-color: rgb(33,118,108); }
div.DivClassName
{
background-color: #21766C;
}
.BgClassName
{
background-color: #21766C;
}
</style>
border-color css
<style>
span { border-color: #21766C; }
span { border-color: rgb(33,118,108); }
td.TdClassName
{
border-color: #21766C;
}
.TagClassName
{
border-color: #21766C;
}
</style>