Shades of Elm #22716C
Tints of Elm #22716C
RGB
CMYK
RGB Variations
Color information
#22716C (or 0x22716C) is known color: Elm. HEX triplet: 22, 71 and 6C. RGB value is (34,113,108). Sum of RGB (Red+Green+Blue) = 34+113+108=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #22716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22716C is #DD8E93. Grayscale: #585858. Windows color (decimal): -14519956 or 7106850. OLE color: 7106850.
HSL color Cylindrical-coordinate representation of color #22716C: hue angle of 176.2º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22716C is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 113 | 108 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.56 |
| HSL | 176.2º | 0.54% | 0.29% | - |
| HSV(B) | 176.2º | 0.7% | 0.44% | - |
| XYZ | 9.27 | 13.23 | 16.25 | - |
| YUV | 88.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 113 | 108 | 0.70 | 0 | 0.04 | 0.56 | 176.2 | 0.54 | 0.29 |
| Hex | 22 | 71 | 6C | 46 | 0 | 4 | 38 | B0 | 36 | 1D |
| Octal | 42 | 161 | 154 | 106 | 0 | 4 | 70 | 260 | 66 | 35 |
| Binary | 100010 | 1110001 | 1101100 | 1000110 | 0 | 100 | 111000 | 10110000 | 110110 | 11101 |
Color Harmonies of #22716C
Complementary color
Monochromatic Colors of #22716C
Black with #22716C
Text Example
Text Example
White with #22716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22716C; }
p { color: rgb(34,113,108); }
H1.HeaderClassName
{
color: #22716C;
}
.AnyTagClassName
{
color: #22716C;
}
</style>
background-color css
<style>
a { background-color: #22716C; }
a { background-color: rgb(34,113,108); }
div.DivClassName
{
background-color: #22716C;
}
.BgClassName
{
background-color: #22716C;
}
</style>
border-color css
<style>
span { border-color: #22716C; }
span { border-color: rgb(34,113,108); }
td.TdClassName
{
border-color: #22716C;
}
.TagClassName
{
border-color: #22716C;
}
</style>