Shades of Elm #21807C
Tints of Elm #21807C
RGB
CMYK
RGB Variations
Color information
#21807C (or 0x21807C) is known color: Elm. HEX triplet: 21, 80 and 7C. RGB value is (33,128,124). Sum of RGB (Red+Green+Blue) = 33+128+124=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #21807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21807C is #DE7F83. Grayscale: #636363. Windows color (decimal): -14581636 or 8159265. OLE color: 8159265.
HSL color Cylindrical-coordinate representation of color #21807C: hue angle of 177.47º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21807C is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 124 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.50 |
| HSL | 177.47º | 0.59% | 0.32% | - |
| HSV(B) | 177.47º | 0.74% | 0.5% | - |
| XYZ | 11.98 | 17.22 | 21.76 | - |
| YUV | 99.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 124 | 0.74 | 0 | 0.03 | 0.50 | 177.47 | 0.59 | 0.32 |
| Hex | 21 | 80 | 7C | 4A | 0 | 3 | 32 | B1 | 3B | 20 |
| Octal | 41 | 200 | 174 | 112 | 0 | 3 | 62 | 261 | 73 | 40 |
| Binary | 100001 | 10000000 | 1111100 | 1001010 | 0 | 11 | 110010 | 10110001 | 111011 | 100000 |
Color Harmonies of #21807C
Complementary color
Monochromatic Colors of #21807C
Black with #21807C
Text Example
Text Example
White with #21807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21807C; }
p { color: rgb(33,128,124); }
H1.HeaderClassName
{
color: #21807C;
}
.AnyTagClassName
{
color: #21807C;
}
</style>
background-color css
<style>
a { background-color: #21807C; }
a { background-color: rgb(33,128,124); }
div.DivClassName
{
background-color: #21807C;
}
.BgClassName
{
background-color: #21807C;
}
</style>
border-color css
<style>
span { border-color: #21807C; }
span { border-color: rgb(33,128,124); }
td.TdClassName
{
border-color: #21807C;
}
.TagClassName
{
border-color: #21807C;
}
</style>