Shades of Elm #22746C
Tints of Elm #22746C
RGB
CMYK
RGB Variations
Color information
#22746C (or 0x22746C) is known color: Elm. HEX triplet: 22, 74 and 6C. RGB value is (34,116,108). Sum of RGB (Red+Green+Blue) = 34+116+108=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #22746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22746C is #DD8B93. Grayscale: #5A5A5A. Windows color (decimal): -14519188 or 7107618. OLE color: 7107618.
HSL color Cylindrical-coordinate representation of color #22746C: hue angle of 174.15º 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 #22746C is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 116 | 108 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.55 |
| HSL | 174.15º | 0.55% | 0.29% | - |
| HSV(B) | 174.15º | 0.71% | 0.45% | - |
| XYZ | 9.61 | 13.91 | 16.37 | - |
| YUV | 90.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 108 | 0.71 | 0 | 0.07 | 0.55 | 174.15 | 0.55 | 0.29 |
| Hex | 22 | 74 | 6C | 47 | 0 | 7 | 37 | AE | 37 | 1D |
| Octal | 42 | 164 | 154 | 107 | 0 | 7 | 67 | 256 | 67 | 35 |
| Binary | 100010 | 1110100 | 1101100 | 1000111 | 0 | 111 | 110111 | 10101110 | 110111 | 11101 |
Color Harmonies of #22746C
Complementary color
Monochromatic Colors of #22746C
Black with #22746C
Text Example
Text Example
White with #22746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22746C; }
p { color: rgb(34,116,108); }
H1.HeaderClassName
{
color: #22746C;
}
.AnyTagClassName
{
color: #22746C;
}
</style>
background-color css
<style>
a { background-color: #22746C; }
a { background-color: rgb(34,116,108); }
div.DivClassName
{
background-color: #22746C;
}
.BgClassName
{
background-color: #22746C;
}
</style>
border-color css
<style>
span { border-color: #22746C; }
span { border-color: rgb(34,116,108); }
td.TdClassName
{
border-color: #22746C;
}
.TagClassName
{
border-color: #22746C;
}
</style>