Shades of Elm #217570
Tints of Elm #217570
RGB
CMYK
RGB Variations
Color information
#217570 (or 0x217570) is known color: Elm. HEX triplet: 21, 75 and 70. RGB value is (33,117,112). Sum of RGB (Red+Green+Blue) = 33+117+112=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #217570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217570 is #DE8A8F. Grayscale: #5B5B5B. Windows color (decimal): -14584464 or 7370017. OLE color: 7370017.
HSL color Cylindrical-coordinate representation of color #217570: hue angle of 176.43º 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 #217570 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 112 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.54 |
| HSL | 176.43º | 0.56% | 0.29% | - |
| HSV(B) | 176.43º | 0.72% | 0.46% | - |
| XYZ | 9.91 | 14.22 | 17.55 | - |
| YUV | 91.31 | 139.67 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 112 | 0.72 | 0 | 0.04 | 0.54 | 176.43 | 0.56 | 0.29 |
| Hex | 21 | 75 | 70 | 48 | 0 | 4 | 36 | B0 | 38 | 1D |
| Octal | 41 | 165 | 160 | 110 | 0 | 4 | 66 | 260 | 70 | 35 |
| Binary | 100001 | 1110101 | 1110000 | 1001000 | 0 | 100 | 110110 | 10110000 | 111000 | 11101 |
Color Harmonies of #217570
Complementary color
Monochromatic Colors of #217570
Black with #217570
Text Example
Text Example
White with #217570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217570; }
p { color: rgb(33,117,112); }
H1.HeaderClassName
{
color: #217570;
}
.AnyTagClassName
{
color: #217570;
}
</style>
background-color css
<style>
a { background-color: #217570; }
a { background-color: rgb(33,117,112); }
div.DivClassName
{
background-color: #217570;
}
.BgClassName
{
background-color: #217570;
}
</style>
border-color css
<style>
span { border-color: #217570; }
span { border-color: rgb(33,117,112); }
td.TdClassName
{
border-color: #217570;
}
.TagClassName
{
border-color: #217570;
}
</style>