Shades of Elm #21716C
Tints of Elm #21716C
RGB
CMYK
RGB Variations
Color information
#21716C (or 0x21716C) is known color: Elm. HEX triplet: 21, 71 and 6C. RGB value is (33,113,108). Sum of RGB (Red+Green+Blue) = 33+113+108=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #21716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21716C is #DE8E93. Grayscale: #585858. Windows color (decimal): -14585492 or 7106849. OLE color: 7106849.
HSL color Cylindrical-coordinate representation of color #21716C: hue angle of 176.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21716C is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 113 | 108 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.56 |
| HSL | 176.25º | 0.55% | 0.29% | - |
| HSV(B) | 176.25º | 0.71% | 0.44% | - |
| XYZ | 9.24 | 13.22 | 16.25 | - |
| YUV | 88.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 108 | 0.71 | 0 | 0.04 | 0.56 | 176.25 | 0.55 | 0.29 |
| Hex | 21 | 71 | 6C | 47 | 0 | 4 | 38 | B0 | 37 | 1D |
| Octal | 41 | 161 | 154 | 107 | 0 | 4 | 70 | 260 | 67 | 35 |
| Binary | 100001 | 1110001 | 1101100 | 1000111 | 0 | 100 | 111000 | 10110000 | 110111 | 11101 |
Color Harmonies of #21716C
Complementary color
Monochromatic Colors of #21716C
Black with #21716C
Text Example
Text Example
White with #21716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21716C; }
p { color: rgb(33,113,108); }
H1.HeaderClassName
{
color: #21716C;
}
.AnyTagClassName
{
color: #21716C;
}
</style>
background-color css
<style>
a { background-color: #21716C; }
a { background-color: rgb(33,113,108); }
div.DivClassName
{
background-color: #21716C;
}
.BgClassName
{
background-color: #21716C;
}
</style>
border-color css
<style>
span { border-color: #21716C; }
span { border-color: rgb(33,113,108); }
td.TdClassName
{
border-color: #21716C;
}
.TagClassName
{
border-color: #21716C;
}
</style>