Shades of Elm #227370
Tints of Elm #227370
RGB
CMYK
RGB Variations
Color information
#227370 (or 0x227370) is known color: Elm. HEX triplet: 22, 73 and 70. RGB value is (34,115,112). Sum of RGB (Red+Green+Blue) = 34+115+112=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #227370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227370 is #DD8C8F. Grayscale: #5A5A5A. Windows color (decimal): -14519440 or 7369506. OLE color: 7369506.
HSL color Cylindrical-coordinate representation of color #227370: hue angle of 177.78º 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 #227370 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 115 | 112 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.55 |
| HSL | 177.78º | 0.54% | 0.29% | - |
| HSV(B) | 177.78º | 0.7% | 0.45% | - |
| XYZ | 9.72 | 13.77 | 17.48 | - |
| YUV | 90.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 112 | 0.70 | 0 | 0.03 | 0.55 | 177.78 | 0.54 | 0.29 |
| Hex | 22 | 73 | 70 | 46 | 0 | 3 | 37 | B2 | 36 | 1D |
| Octal | 42 | 163 | 160 | 106 | 0 | 3 | 67 | 262 | 66 | 35 |
| Binary | 100010 | 1110011 | 1110000 | 1000110 | 0 | 11 | 110111 | 10110010 | 110110 | 11101 |
Color Harmonies of #227370
Complementary color
Monochromatic Colors of #227370
Black with #227370
Text Example
Text Example
White with #227370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227370; }
p { color: rgb(34,115,112); }
H1.HeaderClassName
{
color: #227370;
}
.AnyTagClassName
{
color: #227370;
}
</style>
background-color css
<style>
a { background-color: #227370; }
a { background-color: rgb(34,115,112); }
div.DivClassName
{
background-color: #227370;
}
.BgClassName
{
background-color: #227370;
}
</style>
border-color css
<style>
span { border-color: #227370; }
span { border-color: rgb(34,115,112); }
td.TdClassName
{
border-color: #227370;
}
.TagClassName
{
border-color: #227370;
}
</style>