Shades of Elm #228176
Tints of Elm #228176
RGB
CMYK
RGB Variations
Color information
#228176 (or 0x228176) is known color: Elm. HEX triplet: 22, 81 and 76. RGB value is (34,129,118). Sum of RGB (Red+Green+Blue) = 34+129+118=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #228176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228176 is #DD7E89. Grayscale: #636363. Windows color (decimal): -14515850 or 7766306. OLE color: 7766306.
HSL color Cylindrical-coordinate representation of color #228176: hue angle of 173.05º degrees, saturation: 0.58, 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 #228176 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 129 | 118 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.49 |
| HSL | 173.05º | 0.58% | 0.32% | - |
| HSV(B) | 173.05º | 0.74% | 0.51% | - |
| XYZ | 11.78 | 17.35 | 19.87 | - |
| YUV | 99.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 118 | 0.74 | 0 | 0.09 | 0.49 | 173.05 | 0.58 | 0.32 |
| Hex | 22 | 81 | 76 | 4A | 0 | 9 | 31 | AD | 3A | 20 |
| Octal | 42 | 201 | 166 | 112 | 0 | 11 | 61 | 255 | 72 | 40 |
| Binary | 100010 | 10000001 | 1110110 | 1001010 | 0 | 1001 | 110001 | 10101101 | 111010 | 100000 |
Color Harmonies of #228176
Complementary color
Monochromatic Colors of #228176
Black with #228176
Text Example
Text Example
White with #228176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228176; }
p { color: rgb(34,129,118); }
H1.HeaderClassName
{
color: #228176;
}
.AnyTagClassName
{
color: #228176;
}
</style>
background-color css
<style>
a { background-color: #228176; }
a { background-color: rgb(34,129,118); }
div.DivClassName
{
background-color: #228176;
}
.BgClassName
{
background-color: #228176;
}
</style>
border-color css
<style>
span { border-color: #228176; }
span { border-color: rgb(34,129,118); }
td.TdClassName
{
border-color: #228176;
}
.TagClassName
{
border-color: #228176;
}
</style>