Shades of Elm #228179
Tints of Elm #228179
RGB
CMYK
RGB Variations
Color information
#228179 (or 0x228179) is known color: Elm. HEX triplet: 22, 81 and 79. RGB value is (34,129,121). Sum of RGB (Red+Green+Blue) = 34+129+121=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #228179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228179 is #DD7E86. Grayscale: #636363. Windows color (decimal): -14515847 or 7962914. OLE color: 7962914.
HSL color Cylindrical-coordinate representation of color #228179: hue angle of 174.95º 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 #228179 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 129 | 121 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.49 |
| HSL | 174.95º | 0.58% | 0.32% | - |
| HSV(B) | 174.95º | 0.74% | 0.51% | - |
| XYZ | 11.96 | 17.42 | 20.82 | - |
| YUV | 99.68 | 140.03 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 121 | 0.74 | 0 | 0.06 | 0.49 | 174.95 | 0.58 | 0.32 |
| Hex | 22 | 81 | 79 | 4A | 0 | 6 | 31 | AF | 3A | 20 |
| Octal | 42 | 201 | 171 | 112 | 0 | 6 | 61 | 257 | 72 | 40 |
| Binary | 100010 | 10000001 | 1111001 | 1001010 | 0 | 110 | 110001 | 10101111 | 111010 | 100000 |
Color Harmonies of #228179
Complementary color
Monochromatic Colors of #228179
Black with #228179
Text Example
Text Example
White with #228179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228179; }
p { color: rgb(34,129,121); }
H1.HeaderClassName
{
color: #228179;
}
.AnyTagClassName
{
color: #228179;
}
</style>
background-color css
<style>
a { background-color: #228179; }
a { background-color: rgb(34,129,121); }
div.DivClassName
{
background-color: #228179;
}
.BgClassName
{
background-color: #228179;
}
</style>
border-color css
<style>
span { border-color: #228179; }
span { border-color: rgb(34,129,121); }
td.TdClassName
{
border-color: #228179;
}
.TagClassName
{
border-color: #228179;
}
</style>