Shades of Elm #22746A
Tints of Elm #22746A
RGB
CMYK
RGB Variations
Color information
#22746A (or 0x22746A) is known color: Elm. HEX triplet: 22, 74 and 6A. RGB value is (34,116,106). Sum of RGB (Red+Green+Blue) = 34+116+106=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #22746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22746A is #DD8B95. Grayscale: #5A5A5A. Windows color (decimal): -14519190 or 6976546. OLE color: 6976546.
HSL color Cylindrical-coordinate representation of color #22746A: hue angle of 172.68º 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 #22746A is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 116 | 106 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.55 |
| HSL | 172.68º | 0.55% | 0.29% | - |
| HSV(B) | 172.68º | 0.71% | 0.45% | - |
| XYZ | 9.51 | 13.87 | 15.81 | - |
| YUV | 90.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 106 | 0.71 | 0 | 0.09 | 0.55 | 172.68 | 0.55 | 0.29 |
| Hex | 22 | 74 | 6A | 47 | 0 | 9 | 37 | AD | 37 | 1D |
| Octal | 42 | 164 | 152 | 107 | 0 | 11 | 67 | 255 | 67 | 35 |
| Binary | 100010 | 1110100 | 1101010 | 1000111 | 0 | 1001 | 110111 | 10101101 | 110111 | 11101 |
Color Harmonies of #22746A
Complementary color
Monochromatic Colors of #22746A
Black with #22746A
Text Example
Text Example
White with #22746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22746A; }
p { color: rgb(34,116,106); }
H1.HeaderClassName
{
color: #22746A;
}
.AnyTagClassName
{
color: #22746A;
}
</style>
background-color css
<style>
a { background-color: #22746A; }
a { background-color: rgb(34,116,106); }
div.DivClassName
{
background-color: #22746A;
}
.BgClassName
{
background-color: #22746A;
}
</style>
border-color css
<style>
span { border-color: #22746A; }
span { border-color: rgb(34,116,106); }
td.TdClassName
{
border-color: #22746A;
}
.TagClassName
{
border-color: #22746A;
}
</style>