Shades of Elm #218174
Tints of Elm #218174
RGB
CMYK
RGB Variations
Color information
#218174 (or 0x218174) is known color: Elm. HEX triplet: 21, 81 and 74. RGB value is (33,129,116). Sum of RGB (Red+Green+Blue) = 33+129+116=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #218174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218174 is #DE7E8B. Grayscale: #626262. Windows color (decimal): -14581388 or 7635233. OLE color: 7635233.
HSL color Cylindrical-coordinate representation of color #218174: hue angle of 171.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218174 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 116 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.49 |
| HSL | 171.88º | 0.59% | 0.32% | - |
| HSV(B) | 171.88º | 0.74% | 0.51% | - |
| XYZ | 11.63 | 17.28 | 19.25 | - |
| YUV | 98.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 116 | 0.74 | 0 | 0.10 | 0.49 | 171.88 | 0.59 | 0.32 |
| Hex | 21 | 81 | 74 | 4A | 0 | A | 31 | AC | 3B | 20 |
| Octal | 41 | 201 | 164 | 112 | 0 | 12 | 61 | 254 | 73 | 40 |
| Binary | 100001 | 10000001 | 1110100 | 1001010 | 0 | 1010 | 110001 | 10101100 | 111011 | 100000 |
Color Harmonies of #218174
Complementary color
Monochromatic Colors of #218174
Black with #218174
Text Example
Text Example
White with #218174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218174; }
p { color: rgb(33,129,116); }
H1.HeaderClassName
{
color: #218174;
}
.AnyTagClassName
{
color: #218174;
}
</style>
background-color css
<style>
a { background-color: #218174; }
a { background-color: rgb(33,129,116); }
div.DivClassName
{
background-color: #218174;
}
.BgClassName
{
background-color: #218174;
}
</style>
border-color css
<style>
span { border-color: #218174; }
span { border-color: rgb(33,129,116); }
td.TdClassName
{
border-color: #218174;
}
.TagClassName
{
border-color: #218174;
}
</style>