Shades of Elm #22887C
Tints of Elm #22887C
RGB
CMYK
RGB Variations
Color information
#22887C (or 0x22887C) is known color: Elm. HEX triplet: 22, 88 and 7C. RGB value is (34,136,124). Sum of RGB (Red+Green+Blue) = 34+136+124=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #22887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22887C is #DD7783. Grayscale: #686868. Windows color (decimal): -14514052 or 8161314. OLE color: 8161314.
HSL color Cylindrical-coordinate representation of color #22887C: hue angle of 172.94º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22887C is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 136 | 124 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.47 |
| HSL | 172.94º | 0.6% | 0.33% | - |
| HSV(B) | 172.94º | 0.75% | 0.53% | - |
| XYZ | 13.1 | 19.4 | 22.12 | - |
| YUV | 104.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 124 | 0.75 | 0 | 0.09 | 0.47 | 172.94 | 0.6 | 0.33 |
| Hex | 22 | 88 | 7C | 4B | 0 | 9 | 2F | AD | 3C | 21 |
| Octal | 42 | 210 | 174 | 113 | 0 | 11 | 57 | 255 | 74 | 41 |
| Binary | 100010 | 10001000 | 1111100 | 1001011 | 0 | 1001 | 101111 | 10101101 | 111100 | 100001 |
Color Harmonies of #22887C
Complementary color
Monochromatic Colors of #22887C
Black with #22887C
Text Example
Text Example
White with #22887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22887C; }
p { color: rgb(34,136,124); }
H1.HeaderClassName
{
color: #22887C;
}
.AnyTagClassName
{
color: #22887C;
}
</style>
background-color css
<style>
a { background-color: #22887C; }
a { background-color: rgb(34,136,124); }
div.DivClassName
{
background-color: #22887C;
}
.BgClassName
{
background-color: #22887C;
}
</style>
border-color css
<style>
span { border-color: #22887C; }
span { border-color: rgb(34,136,124); }
td.TdClassName
{
border-color: #22887C;
}
.TagClassName
{
border-color: #22887C;
}
</style>