Shades of Elm #217573
Tints of Elm #217573
RGB
CMYK
RGB Variations
Color information
#217573 (or 0x217573) is known color: Elm. HEX triplet: 21, 75 and 73. RGB value is (33,117,115). Sum of RGB (Red+Green+Blue) = 33+117+115=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #217573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217573 is #DE8A8C. Grayscale: #5B5B5B. Windows color (decimal): -14584461 or 7566625. OLE color: 7566625.
HSL color Cylindrical-coordinate representation of color #217573: hue angle of 178.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217573 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 115 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.54 |
| HSL | 178.57º | 0.56% | 0.29% | - |
| HSV(B) | 178.57º | 0.72% | 0.46% | - |
| XYZ | 10.08 | 14.28 | 18.45 | - |
| YUV | 91.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 115 | 0.72 | 0 | 0.02 | 0.54 | 178.57 | 0.56 | 0.29 |
| Hex | 21 | 75 | 73 | 48 | 0 | 2 | 36 | B3 | 38 | 1D |
| Octal | 41 | 165 | 163 | 110 | 0 | 2 | 66 | 263 | 70 | 35 |
| Binary | 100001 | 1110101 | 1110011 | 1001000 | 0 | 10 | 110110 | 10110011 | 111000 | 11101 |
Color Harmonies of #217573
Complementary color
Monochromatic Colors of #217573
Black with #217573
Text Example
Text Example
White with #217573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217573; }
p { color: rgb(33,117,115); }
H1.HeaderClassName
{
color: #217573;
}
.AnyTagClassName
{
color: #217573;
}
</style>
background-color css
<style>
a { background-color: #217573; }
a { background-color: rgb(33,117,115); }
div.DivClassName
{
background-color: #217573;
}
.BgClassName
{
background-color: #217573;
}
</style>
border-color css
<style>
span { border-color: #217573; }
span { border-color: rgb(33,117,115); }
td.TdClassName
{
border-color: #217573;
}
.TagClassName
{
border-color: #217573;
}
</style>