Shades of Elm #218579
Tints of Elm #218579
RGB
CMYK
RGB Variations
Color information
#218579 (or 0x218579) is known color: Elm. HEX triplet: 21, 85 and 79. RGB value is (33,133,121). Sum of RGB (Red+Green+Blue) = 33+133+121=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #218579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218579 is #DE7A86. Grayscale: #656565. Windows color (decimal): -14580359 or 7963937. OLE color: 7963937.
HSL color Cylindrical-coordinate representation of color #218579: hue angle of 172.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218579 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 121 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.48 |
| HSL | 172.8º | 0.6% | 0.33% | - |
| HSV(B) | 172.8º | 0.75% | 0.52% | - |
| XYZ | 12.47 | 18.48 | 21 | - |
| YUV | 101.73 | 138.87 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 121 | 0.75 | 0 | 0.09 | 0.48 | 172.8 | 0.6 | 0.33 |
| Hex | 21 | 85 | 79 | 4B | 0 | 9 | 30 | AD | 3C | 21 |
| Octal | 41 | 205 | 171 | 113 | 0 | 11 | 60 | 255 | 74 | 41 |
| Binary | 100001 | 10000101 | 1111001 | 1001011 | 0 | 1001 | 110000 | 10101101 | 111100 | 100001 |
Color Harmonies of #218579
Complementary color
Monochromatic Colors of #218579
Black with #218579
Text Example
Text Example
White with #218579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218579; }
p { color: rgb(33,133,121); }
H1.HeaderClassName
{
color: #218579;
}
.AnyTagClassName
{
color: #218579;
}
</style>
background-color css
<style>
a { background-color: #218579; }
a { background-color: rgb(33,133,121); }
div.DivClassName
{
background-color: #218579;
}
.BgClassName
{
background-color: #218579;
}
</style>
border-color css
<style>
span { border-color: #218579; }
span { border-color: rgb(33,133,121); }
td.TdClassName
{
border-color: #218579;
}
.TagClassName
{
border-color: #218579;
}
</style>