Shades of Elm #228477
Tints of Elm #228477
RGB
CMYK
RGB Variations
Color information
#228477 (or 0x228477) is known color: Elm. HEX triplet: 22, 84 and 77. RGB value is (34,132,119). Sum of RGB (Red+Green+Blue) = 34+132+119=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #228477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228477 is #DD7B88. Grayscale: #656565. Windows color (decimal): -14515081 or 7832610. OLE color: 7832610.
HSL color Cylindrical-coordinate representation of color #228477: hue angle of 172.04º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228477 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 132 | 119 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.48 |
| HSL | 172.04º | 0.59% | 0.33% | - |
| HSV(B) | 172.04º | 0.74% | 0.52% | - |
| XYZ | 12.24 | 18.17 | 20.32 | - |
| YUV | 101.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 132 | 119 | 0.74 | 0 | 0.10 | 0.48 | 172.04 | 0.59 | 0.33 |
| Hex | 22 | 84 | 77 | 4A | 0 | A | 30 | AC | 3B | 21 |
| Octal | 42 | 204 | 167 | 112 | 0 | 12 | 60 | 254 | 73 | 41 |
| Binary | 100010 | 10000100 | 1110111 | 1001010 | 0 | 1010 | 110000 | 10101100 | 111011 | 100001 |
Color Harmonies of #228477
Complementary color
Monochromatic Colors of #228477
Black with #228477
Text Example
Text Example
White with #228477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228477; }
p { color: rgb(34,132,119); }
H1.HeaderClassName
{
color: #228477;
}
.AnyTagClassName
{
color: #228477;
}
</style>
background-color css
<style>
a { background-color: #228477; }
a { background-color: rgb(34,132,119); }
div.DivClassName
{
background-color: #228477;
}
.BgClassName
{
background-color: #228477;
}
</style>
border-color css
<style>
span { border-color: #228477; }
span { border-color: rgb(34,132,119); }
td.TdClassName
{
border-color: #228477;
}
.TagClassName
{
border-color: #228477;
}
</style>