Shades of Elm #227674
Tints of Elm #227674
RGB
CMYK
RGB Variations
Color information
#227674 (or 0x227674) is known color: Elm. HEX triplet: 22, 76 and 74. RGB value is (34,118,116). Sum of RGB (Red+Green+Blue) = 34+118+116=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #227674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227674 is #DD898B. Grayscale: #5C5C5C. Windows color (decimal): -14518668 or 7632418. OLE color: 7632418.
HSL color Cylindrical-coordinate representation of color #227674: hue angle of 178.57º 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 #227674 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 118 | 116 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.54 |
| HSL | 178.57º | 0.55% | 0.3% | - |
| HSV(B) | 178.57º | 0.71% | 0.46% | - |
| XYZ | 10.29 | 14.56 | 18.79 | - |
| YUV | 92.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 118 | 116 | 0.71 | 0 | 0.02 | 0.54 | 178.57 | 0.55 | 0.3 |
| Hex | 22 | 76 | 74 | 47 | 0 | 2 | 36 | B3 | 37 | 1E |
| Octal | 42 | 166 | 164 | 107 | 0 | 2 | 66 | 263 | 67 | 36 |
| Binary | 100010 | 1110110 | 1110100 | 1000111 | 0 | 10 | 110110 | 10110011 | 110111 | 11110 |
Color Harmonies of #227674
Complementary color
Monochromatic Colors of #227674
Black with #227674
Text Example
Text Example
White with #227674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227674; }
p { color: rgb(34,118,116); }
H1.HeaderClassName
{
color: #227674;
}
.AnyTagClassName
{
color: #227674;
}
</style>
background-color css
<style>
a { background-color: #227674; }
a { background-color: rgb(34,118,116); }
div.DivClassName
{
background-color: #227674;
}
.BgClassName
{
background-color: #227674;
}
</style>
border-color css
<style>
span { border-color: #227674; }
span { border-color: rgb(34,118,116); }
td.TdClassName
{
border-color: #227674;
}
.TagClassName
{
border-color: #227674;
}
</style>