Shades of Elm #227C72
Tints of Elm #227C72
RGB
CMYK
RGB Variations
Color information
#227C72 (or 0x227C72) is known color: Elm. HEX triplet: 22, 7C and 72. RGB value is (34,124,114). Sum of RGB (Red+Green+Blue) = 34+124+114=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #227C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227C72 is #DD838D. Grayscale: #5F5F5F. Windows color (decimal): -14517134 or 7502882. OLE color: 7502882.
HSL color Cylindrical-coordinate representation of color #227C72: hue angle of 173.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227C72 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 124 | 114 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.51 |
| HSL | 173.33º | 0.57% | 0.31% | - |
| HSV(B) | 173.33º | 0.73% | 0.49% | - |
| XYZ | 10.9 | 15.97 | 18.43 | - |
| YUV | 95.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 114 | 0.73 | 0 | 0.08 | 0.51 | 173.33 | 0.57 | 0.31 |
| Hex | 22 | 7C | 72 | 49 | 0 | 8 | 33 | AD | 39 | 1F |
| Octal | 42 | 174 | 162 | 111 | 0 | 10 | 63 | 255 | 71 | 37 |
| Binary | 100010 | 1111100 | 1110010 | 1001001 | 0 | 1000 | 110011 | 10101101 | 111001 | 11111 |
Color Harmonies of #227C72
Complementary color
Monochromatic Colors of #227C72
Black with #227C72
Text Example
Text Example
White with #227C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C72; }
p { color: rgb(34,124,114); }
H1.HeaderClassName
{
color: #227C72;
}
.AnyTagClassName
{
color: #227C72;
}
</style>
background-color css
<style>
a { background-color: #227C72; }
a { background-color: rgb(34,124,114); }
div.DivClassName
{
background-color: #227C72;
}
.BgClassName
{
background-color: #227C72;
}
</style>
border-color css
<style>
span { border-color: #227C72; }
span { border-color: rgb(34,124,114); }
td.TdClassName
{
border-color: #227C72;
}
.TagClassName
{
border-color: #227C72;
}
</style>