Shades of Elm #227675
Tints of Elm #227675
RGB
CMYK
RGB Variations
Color information
#227675 (or 0x227675) is known color: Elm. HEX triplet: 22, 76 and 75. RGB value is (34,118,117). Sum of RGB (Red+Green+Blue) = 34+118+117=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #227675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227675 is #DD898A. Grayscale: #5C5C5C. Windows color (decimal): -14518667 or 7697954. OLE color: 7697954.
HSL color Cylindrical-coordinate representation of color #227675: hue angle of 179.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227675 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 118 | 117 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.54 |
| HSL | 179.29º | 0.55% | 0.3% | - |
| HSV(B) | 179.29º | 0.71% | 0.46% | - |
| XYZ | 10.35 | 14.58 | 19.1 | - |
| YUV | 92.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 118 | 117 | 0.71 | 0 | 0.01 | 0.54 | 179.29 | 0.55 | 0.3 |
| Hex | 22 | 76 | 75 | 47 | 0 | 1 | 36 | B3 | 37 | 1E |
| Octal | 42 | 166 | 165 | 107 | 0 | 1 | 66 | 263 | 67 | 36 |
| Binary | 100010 | 1110110 | 1110101 | 1000111 | 0 | 1 | 110110 | 10110011 | 110111 | 11110 |
Color Harmonies of #227675
Complementary color
Monochromatic Colors of #227675
Black with #227675
Text Example
Text Example
White with #227675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227675; }
p { color: rgb(34,118,117); }
H1.HeaderClassName
{
color: #227675;
}
.AnyTagClassName
{
color: #227675;
}
</style>
background-color css
<style>
a { background-color: #227675; }
a { background-color: rgb(34,118,117); }
div.DivClassName
{
background-color: #227675;
}
.BgClassName
{
background-color: #227675;
}
</style>
border-color css
<style>
span { border-color: #227675; }
span { border-color: rgb(34,118,117); }
td.TdClassName
{
border-color: #227675;
}
.TagClassName
{
border-color: #227675;
}
</style>