Shades of Elm #228778
Tints of Elm #228778
RGB
CMYK
RGB Variations
Color information
#228778 (or 0x228778) is known color: Elm. HEX triplet: 22, 87 and 78. RGB value is (34,135,120). Sum of RGB (Red+Green+Blue) = 34+135+120=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #228778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228778 is #DD7887. Grayscale: #676767. Windows color (decimal): -14514312 or 7898914. OLE color: 7898914.
HSL color Cylindrical-coordinate representation of color #228778: hue angle of 171.09º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228778 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 135 | 120 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.47 |
| HSL | 171.09º | 0.6% | 0.33% | - |
| HSV(B) | 171.09º | 0.75% | 0.53% | - |
| XYZ | 12.71 | 19.02 | 20.77 | - |
| YUV | 103.09 | 137.54 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 120 | 0.75 | 0 | 0.11 | 0.47 | 171.09 | 0.6 | 0.33 |
| Hex | 22 | 87 | 78 | 4B | 0 | B | 2F | AB | 3C | 21 |
| Octal | 42 | 207 | 170 | 113 | 0 | 13 | 57 | 253 | 74 | 41 |
| Binary | 100010 | 10000111 | 1111000 | 1001011 | 0 | 1011 | 101111 | 10101011 | 111100 | 100001 |
Color Harmonies of #228778
Complementary color
Monochromatic Colors of #228778
Black with #228778
Text Example
Text Example
White with #228778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228778; }
p { color: rgb(34,135,120); }
H1.HeaderClassName
{
color: #228778;
}
.AnyTagClassName
{
color: #228778;
}
</style>
background-color css
<style>
a { background-color: #228778; }
a { background-color: rgb(34,135,120); }
div.DivClassName
{
background-color: #228778;
}
.BgClassName
{
background-color: #228778;
}
</style>
border-color css
<style>
span { border-color: #228778; }
span { border-color: rgb(34,135,120); }
td.TdClassName
{
border-color: #228778;
}
.TagClassName
{
border-color: #228778;
}
</style>