Shades of Elm #22746B
Tints of Elm #22746B
RGB
CMYK
RGB Variations
Color information
#22746B (or 0x22746B) is known color: Elm. HEX triplet: 22, 74 and 6B. RGB value is (34,116,107). Sum of RGB (Red+Green+Blue) = 34+116+107=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #22746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22746B is #DD8B94. Grayscale: #5A5A5A. Windows color (decimal): -14519189 or 7042082. OLE color: 7042082.
HSL color Cylindrical-coordinate representation of color #22746B: hue angle of 173.41º 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 #22746B is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 116 | 107 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.55 |
| HSL | 173.41º | 0.55% | 0.29% | - |
| HSV(B) | 173.41º | 0.71% | 0.45% | - |
| XYZ | 9.56 | 13.89 | 16.09 | - |
| YUV | 90.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 107 | 0.71 | 0 | 0.08 | 0.55 | 173.41 | 0.55 | 0.29 |
| Hex | 22 | 74 | 6B | 47 | 0 | 8 | 37 | AD | 37 | 1D |
| Octal | 42 | 164 | 153 | 107 | 0 | 10 | 67 | 255 | 67 | 35 |
| Binary | 100010 | 1110100 | 1101011 | 1000111 | 0 | 1000 | 110111 | 10101101 | 110111 | 11101 |
Color Harmonies of #22746B
Complementary color
Monochromatic Colors of #22746B
Black with #22746B
Text Example
Text Example
White with #22746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22746B; }
p { color: rgb(34,116,107); }
H1.HeaderClassName
{
color: #22746B;
}
.AnyTagClassName
{
color: #22746B;
}
</style>
background-color css
<style>
a { background-color: #22746B; }
a { background-color: rgb(34,116,107); }
div.DivClassName
{
background-color: #22746B;
}
.BgClassName
{
background-color: #22746B;
}
</style>
border-color css
<style>
span { border-color: #22746B; }
span { border-color: rgb(34,116,107); }
td.TdClassName
{
border-color: #22746B;
}
.TagClassName
{
border-color: #22746B;
}
</style>