Shades of Elm #217673
Tints of Elm #217673
RGB
CMYK
RGB Variations
Color information
#217673 (or 0x217673) is known color: Elm. HEX triplet: 21, 76 and 73. RGB value is (33,118,115). Sum of RGB (Red+Green+Blue) = 33+118+115=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #217673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217673 is #DE898C. Grayscale: #5C5C5C. Windows color (decimal): -14584205 or 7566881. OLE color: 7566881.
HSL color Cylindrical-coordinate representation of color #217673: hue angle of 177.88º 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 #217673 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 115 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.54 |
| HSL | 177.88º | 0.56% | 0.3% | - |
| HSV(B) | 177.88º | 0.72% | 0.46% | - |
| XYZ | 10.2 | 14.52 | 18.48 | - |
| YUV | 92.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 115 | 0.72 | 0 | 0.03 | 0.54 | 177.88 | 0.56 | 0.3 |
| Hex | 21 | 76 | 73 | 48 | 0 | 3 | 36 | B2 | 38 | 1E |
| Octal | 41 | 166 | 163 | 110 | 0 | 3 | 66 | 262 | 70 | 36 |
| Binary | 100001 | 1110110 | 1110011 | 1001000 | 0 | 11 | 110110 | 10110010 | 111000 | 11110 |
Color Harmonies of #217673
Complementary color
Monochromatic Colors of #217673
Black with #217673
Text Example
Text Example
White with #217673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217673; }
p { color: rgb(33,118,115); }
H1.HeaderClassName
{
color: #217673;
}
.AnyTagClassName
{
color: #217673;
}
</style>
background-color css
<style>
a { background-color: #217673; }
a { background-color: rgb(33,118,115); }
div.DivClassName
{
background-color: #217673;
}
.BgClassName
{
background-color: #217673;
}
</style>
border-color css
<style>
span { border-color: #217673; }
span { border-color: rgb(33,118,115); }
td.TdClassName
{
border-color: #217673;
}
.TagClassName
{
border-color: #217673;
}
</style>