Shades of Elm #218479
Tints of Elm #218479
RGB
CMYK
RGB Variations
Color information
#218479 (or 0x218479) is known color: Elm. HEX triplet: 21, 84 and 79. RGB value is (33,132,121). Sum of RGB (Red+Green+Blue) = 33+132+121=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #218479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218479 is #DE7B86. Grayscale: #656565. Windows color (decimal): -14580615 or 7963681. OLE color: 7963681.
HSL color Cylindrical-coordinate representation of color #218479: hue angle of 173.33º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218479 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 121 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.48 |
| HSL | 173.33º | 0.6% | 0.32% | - |
| HSV(B) | 173.33º | 0.75% | 0.52% | - |
| XYZ | 12.33 | 18.21 | 20.95 | - |
| YUV | 101.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 121 | 0.75 | 0 | 0.08 | 0.48 | 173.33 | 0.6 | 0.32 |
| Hex | 21 | 84 | 79 | 4B | 0 | 8 | 30 | AD | 3C | 20 |
| Octal | 41 | 204 | 171 | 113 | 0 | 10 | 60 | 255 | 74 | 40 |
| Binary | 100001 | 10000100 | 1111001 | 1001011 | 0 | 1000 | 110000 | 10101101 | 111100 | 100000 |
Color Harmonies of #218479
Complementary color
Monochromatic Colors of #218479
Black with #218479
Text Example
Text Example
White with #218479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218479; }
p { color: rgb(33,132,121); }
H1.HeaderClassName
{
color: #218479;
}
.AnyTagClassName
{
color: #218479;
}
</style>
background-color css
<style>
a { background-color: #218479; }
a { background-color: rgb(33,132,121); }
div.DivClassName
{
background-color: #218479;
}
.BgClassName
{
background-color: #218479;
}
</style>
border-color css
<style>
span { border-color: #218479; }
span { border-color: rgb(33,132,121); }
td.TdClassName
{
border-color: #218479;
}
.TagClassName
{
border-color: #218479;
}
</style>