Shades of Elm #218778
Tints of Elm #218778
RGB
CMYK
RGB Variations
Color information
#218778 (or 0x218778) is known color: Elm. HEX triplet: 21, 87 and 78. RGB value is (33,135,120). Sum of RGB (Red+Green+Blue) = 33+135+120=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #218778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218778 is #DE7887. Grayscale: #666666. Windows color (decimal): -14579848 or 7898913. OLE color: 7898913.
HSL color Cylindrical-coordinate representation of color #218778: hue angle of 171.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218778 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 120 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.47 |
| HSL | 171.18º | 0.61% | 0.33% | - |
| HSV(B) | 171.18º | 0.76% | 0.53% | - |
| XYZ | 12.68 | 19.01 | 20.77 | - |
| YUV | 102.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 120 | 0.76 | 0 | 0.11 | 0.47 | 171.18 | 0.61 | 0.33 |
| Hex | 21 | 87 | 78 | 4C | 0 | B | 2F | AB | 3D | 21 |
| Octal | 41 | 207 | 170 | 114 | 0 | 13 | 57 | 253 | 75 | 41 |
| Binary | 100001 | 10000111 | 1111000 | 1001100 | 0 | 1011 | 101111 | 10101011 | 111101 | 100001 |
Color Harmonies of #218778
Complementary color
Monochromatic Colors of #218778
Black with #218778
Text Example
Text Example
White with #218778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218778; }
p { color: rgb(33,135,120); }
H1.HeaderClassName
{
color: #218778;
}
.AnyTagClassName
{
color: #218778;
}
</style>
background-color css
<style>
a { background-color: #218778; }
a { background-color: rgb(33,135,120); }
div.DivClassName
{
background-color: #218778;
}
.BgClassName
{
background-color: #218778;
}
</style>
border-color css
<style>
span { border-color: #218778; }
span { border-color: rgb(33,135,120); }
td.TdClassName
{
border-color: #218778;
}
.TagClassName
{
border-color: #218778;
}
</style>