Shades of Elm #228377
Tints of Elm #228377
RGB
CMYK
RGB Variations
Color information
#228377 (or 0x228377) is known color: Elm. HEX triplet: 22, 83 and 77. RGB value is (34,131,119). Sum of RGB (Red+Green+Blue) = 34+131+119=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #228377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228377 is #DD7C88. Grayscale: #646464. Windows color (decimal): -14515337 or 7832354. OLE color: 7832354.
HSL color Cylindrical-coordinate representation of color #228377: hue angle of 172.58º 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 #228377 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 131 | 119 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.49 |
| HSL | 172.58º | 0.59% | 0.32% | - |
| HSV(B) | 172.58º | 0.74% | 0.51% | - |
| XYZ | 12.11 | 17.9 | 20.27 | - |
| YUV | 100.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 119 | 0.74 | 0 | 0.09 | 0.49 | 172.58 | 0.59 | 0.32 |
| Hex | 22 | 83 | 77 | 4A | 0 | 9 | 31 | AD | 3B | 20 |
| Octal | 42 | 203 | 167 | 112 | 0 | 11 | 61 | 255 | 73 | 40 |
| Binary | 100010 | 10000011 | 1110111 | 1001010 | 0 | 1001 | 110001 | 10101101 | 111011 | 100000 |
Color Harmonies of #228377
Complementary color
Monochromatic Colors of #228377
Black with #228377
Text Example
Text Example
White with #228377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228377; }
p { color: rgb(34,131,119); }
H1.HeaderClassName
{
color: #228377;
}
.AnyTagClassName
{
color: #228377;
}
</style>
background-color css
<style>
a { background-color: #228377; }
a { background-color: rgb(34,131,119); }
div.DivClassName
{
background-color: #228377;
}
.BgClassName
{
background-color: #228377;
}
</style>
border-color css
<style>
span { border-color: #228377; }
span { border-color: rgb(34,131,119); }
td.TdClassName
{
border-color: #228377;
}
.TagClassName
{
border-color: #228377;
}
</style>