Shades of Elm #227473
Tints of Elm #227473
RGB
CMYK
RGB Variations
Color information
#227473 (or 0x227473) is known color: Elm. HEX triplet: 22, 74 and 73. RGB value is (34,116,115). Sum of RGB (Red+Green+Blue) = 34+116+115=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #227473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227473 is #DD8B8C. Grayscale: #5B5B5B. Windows color (decimal): -14519181 or 7566370. OLE color: 7566370.
HSL color Cylindrical-coordinate representation of color #227473: hue angle of 179.27º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227473 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 116 | 115 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.55 |
| HSL | 179.27º | 0.55% | 0.29% | - |
| HSV(B) | 179.27º | 0.71% | 0.45% | - |
| XYZ | 10 | 14.07 | 18.41 | - |
| YUV | 91.37 | 141.33 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 115 | 0.71 | 0 | 0.01 | 0.55 | 179.27 | 0.55 | 0.29 |
| Hex | 22 | 74 | 73 | 47 | 0 | 1 | 37 | B3 | 37 | 1D |
| Octal | 42 | 164 | 163 | 107 | 0 | 1 | 67 | 263 | 67 | 35 |
| Binary | 100010 | 1110100 | 1110011 | 1000111 | 0 | 1 | 110111 | 10110011 | 110111 | 11101 |
Color Harmonies of #227473
Complementary color
Monochromatic Colors of #227473
Black with #227473
Text Example
Text Example
White with #227473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227473; }
p { color: rgb(34,116,115); }
H1.HeaderClassName
{
color: #227473;
}
.AnyTagClassName
{
color: #227473;
}
</style>
background-color css
<style>
a { background-color: #227473; }
a { background-color: rgb(34,116,115); }
div.DivClassName
{
background-color: #227473;
}
.BgClassName
{
background-color: #227473;
}
</style>
border-color css
<style>
span { border-color: #227473; }
span { border-color: rgb(34,116,115); }
td.TdClassName
{
border-color: #227473;
}
.TagClassName
{
border-color: #227473;
}
</style>