Shades of Elm #22726E
Tints of Elm #22726E
RGB
CMYK
RGB Variations
Color information
#22726E (or 0x22726E) is known color: Elm. HEX triplet: 22, 72 and 6E. RGB value is (34,114,110). Sum of RGB (Red+Green+Blue) = 34+114+110=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #22726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22726E is #DD8D91. Grayscale: #595959. Windows color (decimal): -14519698 or 7238178. OLE color: 7238178.
HSL color Cylindrical-coordinate representation of color #22726E: hue angle of 177º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22726E is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 114 | 110 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.55 |
| HSL | 177º | 0.54% | 0.29% | - |
| HSV(B) | 177º | 0.7% | 0.45% | - |
| XYZ | 9.49 | 13.5 | 16.86 | - |
| YUV | 89.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 110 | 0.70 | 0 | 0.04 | 0.55 | 177 | 0.54 | 0.29 |
| Hex | 22 | 72 | 6E | 46 | 0 | 4 | 37 | B1 | 36 | 1D |
| Octal | 42 | 162 | 156 | 106 | 0 | 4 | 67 | 261 | 66 | 35 |
| Binary | 100010 | 1110010 | 1101110 | 1000110 | 0 | 100 | 110111 | 10110001 | 110110 | 11101 |
Color Harmonies of #22726E
Complementary color
Monochromatic Colors of #22726E
Black with #22726E
Text Example
Text Example
White with #22726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22726E; }
p { color: rgb(34,114,110); }
H1.HeaderClassName
{
color: #22726E;
}
.AnyTagClassName
{
color: #22726E;
}
</style>
background-color css
<style>
a { background-color: #22726E; }
a { background-color: rgb(34,114,110); }
div.DivClassName
{
background-color: #22726E;
}
.BgClassName
{
background-color: #22726E;
}
</style>
border-color css
<style>
span { border-color: #22726E; }
span { border-color: rgb(34,114,110); }
td.TdClassName
{
border-color: #22726E;
}
.TagClassName
{
border-color: #22726E;
}
</style>