Shades of Elm #21746C
Tints of Elm #21746C
RGB
CMYK
RGB Variations
Color information
#21746C (or 0x21746C) is known color: Elm. HEX triplet: 21, 74 and 6C. RGB value is (33,116,108). Sum of RGB (Red+Green+Blue) = 33+116+108=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #21746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21746C is #DE8B93. Grayscale: #5A5A5A. Windows color (decimal): -14584724 or 7107617. OLE color: 7107617.
HSL color Cylindrical-coordinate representation of color #21746C: hue angle of 174.22º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21746C is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 116 | 108 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.55 |
| HSL | 174.22º | 0.56% | 0.29% | - |
| HSV(B) | 174.22º | 0.72% | 0.45% | - |
| XYZ | 9.58 | 13.9 | 16.36 | - |
| YUV | 90.27 | 138 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 108 | 0.72 | 0 | 0.07 | 0.55 | 174.22 | 0.56 | 0.29 |
| Hex | 21 | 74 | 6C | 48 | 0 | 7 | 37 | AE | 38 | 1D |
| Octal | 41 | 164 | 154 | 110 | 0 | 7 | 67 | 256 | 70 | 35 |
| Binary | 100001 | 1110100 | 1101100 | 1001000 | 0 | 111 | 110111 | 10101110 | 111000 | 11101 |
Color Harmonies of #21746C
Complementary color
Monochromatic Colors of #21746C
Black with #21746C
Text Example
Text Example
White with #21746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21746C; }
p { color: rgb(33,116,108); }
H1.HeaderClassName
{
color: #21746C;
}
.AnyTagClassName
{
color: #21746C;
}
</style>
background-color css
<style>
a { background-color: #21746C; }
a { background-color: rgb(33,116,108); }
div.DivClassName
{
background-color: #21746C;
}
.BgClassName
{
background-color: #21746C;
}
</style>
border-color css
<style>
span { border-color: #21746C; }
span { border-color: rgb(33,116,108); }
td.TdClassName
{
border-color: #21746C;
}
.TagClassName
{
border-color: #21746C;
}
</style>