Shades of Elm #218678
Tints of Elm #218678
RGB
CMYK
RGB Variations
Color information
#218678 (or 0x218678) is known color: Elm. HEX triplet: 21, 86 and 78. RGB value is (33,134,120). Sum of RGB (Red+Green+Blue) = 33+134+120=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #218678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218678 is #DE7987. Grayscale: #666666. Windows color (decimal): -14580104 or 7898657. OLE color: 7898657.
HSL color Cylindrical-coordinate representation of color #218678: hue angle of 171.68º 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 #218678 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 120 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.47 |
| HSL | 171.68º | 0.6% | 0.33% | - |
| HSV(B) | 171.68º | 0.75% | 0.53% | - |
| XYZ | 12.54 | 18.73 | 20.72 | - |
| YUV | 102.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 120 | 0.75 | 0 | 0.10 | 0.47 | 171.68 | 0.6 | 0.33 |
| Hex | 21 | 86 | 78 | 4B | 0 | A | 2F | AC | 3C | 21 |
| Octal | 41 | 206 | 170 | 113 | 0 | 12 | 57 | 254 | 74 | 41 |
| Binary | 100001 | 10000110 | 1111000 | 1001011 | 0 | 1010 | 101111 | 10101100 | 111100 | 100001 |
Color Harmonies of #218678
Complementary color
Monochromatic Colors of #218678
Black with #218678
Text Example
Text Example
White with #218678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218678; }
p { color: rgb(33,134,120); }
H1.HeaderClassName
{
color: #218678;
}
.AnyTagClassName
{
color: #218678;
}
</style>
background-color css
<style>
a { background-color: #218678; }
a { background-color: rgb(33,134,120); }
div.DivClassName
{
background-color: #218678;
}
.BgClassName
{
background-color: #218678;
}
</style>
border-color css
<style>
span { border-color: #218678; }
span { border-color: rgb(33,134,120); }
td.TdClassName
{
border-color: #218678;
}
.TagClassName
{
border-color: #218678;
}
</style>