Shades of Elm #22837D
Tints of Elm #22837D
RGB
CMYK
RGB Variations
Color information
#22837D (or 0x22837D) is known color: Elm. HEX triplet: 22, 83 and 7D. RGB value is (34,131,125). Sum of RGB (Red+Green+Blue) = 34+131+125=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #22837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22837D is #DD7C82. Grayscale: #656565. Windows color (decimal): -14515331 or 8225570. OLE color: 8225570.
HSL color Cylindrical-coordinate representation of color #22837D: hue angle of 176.29º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22837D is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 131 | 125 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.49 |
| HSL | 176.29º | 0.59% | 0.32% | - |
| HSV(B) | 176.29º | 0.74% | 0.51% | - |
| XYZ | 12.48 | 18.05 | 22.23 | - |
| YUV | 101.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 125 | 0.74 | 0 | 0.05 | 0.49 | 176.29 | 0.59 | 0.32 |
| Hex | 22 | 83 | 7D | 4A | 0 | 5 | 31 | B0 | 3B | 20 |
| Octal | 42 | 203 | 175 | 112 | 0 | 5 | 61 | 260 | 73 | 40 |
| Binary | 100010 | 10000011 | 1111101 | 1001010 | 0 | 101 | 110001 | 10110000 | 111011 | 100000 |
Color Harmonies of #22837D
Complementary color
Monochromatic Colors of #22837D
Black with #22837D
Text Example
Text Example
White with #22837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22837D; }
p { color: rgb(34,131,125); }
H1.HeaderClassName
{
color: #22837D;
}
.AnyTagClassName
{
color: #22837D;
}
</style>
background-color css
<style>
a { background-color: #22837D; }
a { background-color: rgb(34,131,125); }
div.DivClassName
{
background-color: #22837D;
}
.BgClassName
{
background-color: #22837D;
}
</style>
border-color css
<style>
span { border-color: #22837D; }
span { border-color: rgb(34,131,125); }
td.TdClassName
{
border-color: #22837D;
}
.TagClassName
{
border-color: #22837D;
}
</style>