Shades of Elm #227371
Tints of Elm #227371
RGB
CMYK
RGB Variations
Color information
#227371 (or 0x227371) is known color: Elm. HEX triplet: 22, 73 and 71. RGB value is (34,115,113). Sum of RGB (Red+Green+Blue) = 34+115+113=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #227371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227371 is #DD8C8E. Grayscale: #5A5A5A. Windows color (decimal): -14519439 or 7435042. OLE color: 7435042.
HSL color Cylindrical-coordinate representation of color #227371: hue angle of 178.52º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227371 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 115 | 113 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.55 |
| HSL | 178.52º | 0.54% | 0.29% | - |
| HSV(B) | 178.52º | 0.7% | 0.45% | - |
| XYZ | 9.77 | 13.79 | 17.77 | - |
| YUV | 90.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 113 | 0.70 | 0 | 0.02 | 0.55 | 178.52 | 0.54 | 0.29 |
| Hex | 22 | 73 | 71 | 46 | 0 | 2 | 37 | B3 | 36 | 1D |
| Octal | 42 | 163 | 161 | 106 | 0 | 2 | 67 | 263 | 66 | 35 |
| Binary | 100010 | 1110011 | 1110001 | 1000110 | 0 | 10 | 110111 | 10110011 | 110110 | 11101 |
Color Harmonies of #227371
Complementary color
Monochromatic Colors of #227371
Black with #227371
Text Example
Text Example
White with #227371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227371; }
p { color: rgb(34,115,113); }
H1.HeaderClassName
{
color: #227371;
}
.AnyTagClassName
{
color: #227371;
}
</style>
background-color css
<style>
a { background-color: #227371; }
a { background-color: rgb(34,115,113); }
div.DivClassName
{
background-color: #227371;
}
.BgClassName
{
background-color: #227371;
}
</style>
border-color css
<style>
span { border-color: #227371; }
span { border-color: rgb(34,115,113); }
td.TdClassName
{
border-color: #227371;
}
.TagClassName
{
border-color: #227371;
}
</style>