Shades of Elm #22716B
Tints of Elm #22716B
RGB
CMYK
RGB Variations
Color information
#22716B (or 0x22716B) is known color: Elm. HEX triplet: 22, 71 and 6B. RGB value is (34,113,107). Sum of RGB (Red+Green+Blue) = 34+113+107=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #22716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22716B is #DD8E94. Grayscale: #585858. Windows color (decimal): -14519957 or 7041314. OLE color: 7041314.
HSL color Cylindrical-coordinate representation of color #22716B: hue angle of 175.44º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22716B is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 113 | 107 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.56 |
| HSL | 175.44º | 0.54% | 0.29% | - |
| HSV(B) | 175.44º | 0.7% | 0.44% | - |
| XYZ | 9.22 | 13.21 | 15.97 | - |
| YUV | 88.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 113 | 107 | 0.70 | 0 | 0.05 | 0.56 | 175.44 | 0.54 | 0.29 |
| Hex | 22 | 71 | 6B | 46 | 0 | 5 | 38 | AF | 36 | 1D |
| Octal | 42 | 161 | 153 | 106 | 0 | 5 | 70 | 257 | 66 | 35 |
| Binary | 100010 | 1110001 | 1101011 | 1000110 | 0 | 101 | 111000 | 10101111 | 110110 | 11101 |
Color Harmonies of #22716B
Complementary color
Monochromatic Colors of #22716B
Black with #22716B
Text Example
Text Example
White with #22716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22716B; }
p { color: rgb(34,113,107); }
H1.HeaderClassName
{
color: #22716B;
}
.AnyTagClassName
{
color: #22716B;
}
</style>
background-color css
<style>
a { background-color: #22716B; }
a { background-color: rgb(34,113,107); }
div.DivClassName
{
background-color: #22716B;
}
.BgClassName
{
background-color: #22716B;
}
</style>
border-color css
<style>
span { border-color: #22716B; }
span { border-color: rgb(34,113,107); }
td.TdClassName
{
border-color: #22716B;
}
.TagClassName
{
border-color: #22716B;
}
</style>