Shades of Elm #22746D
Tints of Elm #22746D
RGB
CMYK
RGB Variations
Color information
#22746D (or 0x22746D) is known color: Elm. HEX triplet: 22, 74 and 6D. RGB value is (34,116,109). Sum of RGB (Red+Green+Blue) = 34+116+109=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #22746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22746D is #DD8B92. Grayscale: #5A5A5A. Windows color (decimal): -14519187 or 7173154. OLE color: 7173154.
HSL color Cylindrical-coordinate representation of color #22746D: hue angle of 174.88º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22746D is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 116 | 109 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.55 |
| HSL | 174.88º | 0.55% | 0.29% | - |
| HSV(B) | 174.88º | 0.71% | 0.45% | - |
| XYZ | 9.67 | 13.93 | 16.65 | - |
| YUV | 90.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 109 | 0.71 | 0 | 0.06 | 0.55 | 174.88 | 0.55 | 0.29 |
| Hex | 22 | 74 | 6D | 47 | 0 | 6 | 37 | AF | 37 | 1D |
| Octal | 42 | 164 | 155 | 107 | 0 | 6 | 67 | 257 | 67 | 35 |
| Binary | 100010 | 1110100 | 1101101 | 1000111 | 0 | 110 | 110111 | 10101111 | 110111 | 11101 |
Color Harmonies of #22746D
Complementary color
Monochromatic Colors of #22746D
Black with #22746D
Text Example
Text Example
White with #22746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22746D; }
p { color: rgb(34,116,109); }
H1.HeaderClassName
{
color: #22746D;
}
.AnyTagClassName
{
color: #22746D;
}
</style>
background-color css
<style>
a { background-color: #22746D; }
a { background-color: rgb(34,116,109); }
div.DivClassName
{
background-color: #22746D;
}
.BgClassName
{
background-color: #22746D;
}
</style>
border-color css
<style>
span { border-color: #22746D; }
span { border-color: rgb(34,116,109); }
td.TdClassName
{
border-color: #22746D;
}
.TagClassName
{
border-color: #22746D;
}
</style>