Shades of Elm #218378
Tints of Elm #218378
RGB
CMYK
RGB Variations
Color information
#218378 (or 0x218378) is known color: Elm. HEX triplet: 21, 83 and 78. RGB value is (33,131,120). Sum of RGB (Red+Green+Blue) = 33+131+120=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #218378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218378 is #DE7C87. Grayscale: #646464. Windows color (decimal): -14580872 or 7897889. OLE color: 7897889.
HSL color Cylindrical-coordinate representation of color #218378: hue angle of 173.27º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218378 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 120 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.49 |
| HSL | 173.27º | 0.6% | 0.32% | - |
| HSV(B) | 173.27º | 0.75% | 0.51% | - |
| XYZ | 12.13 | 17.91 | 20.59 | - |
| YUV | 100.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 120 | 0.75 | 0 | 0.08 | 0.49 | 173.27 | 0.6 | 0.32 |
| Hex | 21 | 83 | 78 | 4B | 0 | 8 | 31 | AD | 3C | 20 |
| Octal | 41 | 203 | 170 | 113 | 0 | 10 | 61 | 255 | 74 | 40 |
| Binary | 100001 | 10000011 | 1111000 | 1001011 | 0 | 1000 | 110001 | 10101101 | 111100 | 100000 |
Color Harmonies of #218378
Complementary color
Monochromatic Colors of #218378
Black with #218378
Text Example
Text Example
White with #218378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218378; }
p { color: rgb(33,131,120); }
H1.HeaderClassName
{
color: #218378;
}
.AnyTagClassName
{
color: #218378;
}
</style>
background-color css
<style>
a { background-color: #218378; }
a { background-color: rgb(33,131,120); }
div.DivClassName
{
background-color: #218378;
}
.BgClassName
{
background-color: #218378;
}
</style>
border-color css
<style>
span { border-color: #218378; }
span { border-color: rgb(33,131,120); }
td.TdClassName
{
border-color: #218378;
}
.TagClassName
{
border-color: #218378;
}
</style>