Shades of Elm #228679
Tints of Elm #228679
RGB
CMYK
RGB Variations
Color information
#228679 (or 0x228679) is known color: Elm. HEX triplet: 22, 86 and 79. RGB value is (34,134,121). Sum of RGB (Red+Green+Blue) = 34+134+121=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #228679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228679 is #DD7986. Grayscale: #666666. Windows color (decimal): -14514567 or 7964194. OLE color: 7964194.
HSL color Cylindrical-coordinate representation of color #228679: hue angle of 172.2º 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 #228679 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 134 | 121 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.47 |
| HSL | 172.2º | 0.6% | 0.33% | - |
| HSV(B) | 172.2º | 0.75% | 0.53% | - |
| XYZ | 12.64 | 18.77 | 21.05 | - |
| YUV | 102.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 134 | 121 | 0.75 | 0 | 0.10 | 0.47 | 172.2 | 0.6 | 0.33 |
| Hex | 22 | 86 | 79 | 4B | 0 | A | 2F | AC | 3C | 21 |
| Octal | 42 | 206 | 171 | 113 | 0 | 12 | 57 | 254 | 74 | 41 |
| Binary | 100010 | 10000110 | 1111001 | 1001011 | 0 | 1010 | 101111 | 10101100 | 111100 | 100001 |
Color Harmonies of #228679
Complementary color
Monochromatic Colors of #228679
Black with #228679
Text Example
Text Example
White with #228679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228679; }
p { color: rgb(34,134,121); }
H1.HeaderClassName
{
color: #228679;
}
.AnyTagClassName
{
color: #228679;
}
</style>
background-color css
<style>
a { background-color: #228679; }
a { background-color: rgb(34,134,121); }
div.DivClassName
{
background-color: #228679;
}
.BgClassName
{
background-color: #228679;
}
</style>
border-color css
<style>
span { border-color: #228679; }
span { border-color: rgb(34,134,121); }
td.TdClassName
{
border-color: #228679;
}
.TagClassName
{
border-color: #228679;
}
</style>