Shades of Elm #218177
Tints of Elm #218177
RGB
CMYK
RGB Variations
Color information
#218177 (or 0x218177) is known color: Elm. HEX triplet: 21, 81 and 77. RGB value is (33,129,119). Sum of RGB (Red+Green+Blue) = 33+129+119=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #218177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218177 is #DE7E88. Grayscale: #636363. Windows color (decimal): -14581385 or 7831841. OLE color: 7831841.
HSL color Cylindrical-coordinate representation of color #218177: hue angle of 173.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218177 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 119 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.49 |
| HSL | 173.75º | 0.59% | 0.32% | - |
| HSV(B) | 173.75º | 0.74% | 0.51% | - |
| XYZ | 11.81 | 17.36 | 20.18 | - |
| YUV | 99.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 119 | 0.74 | 0 | 0.08 | 0.49 | 173.75 | 0.59 | 0.32 |
| Hex | 21 | 81 | 77 | 4A | 0 | 8 | 31 | AE | 3B | 20 |
| Octal | 41 | 201 | 167 | 112 | 0 | 10 | 61 | 256 | 73 | 40 |
| Binary | 100001 | 10000001 | 1110111 | 1001010 | 0 | 1000 | 110001 | 10101110 | 111011 | 100000 |
Color Harmonies of #218177
Complementary color
Monochromatic Colors of #218177
Black with #218177
Text Example
Text Example
White with #218177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218177; }
p { color: rgb(33,129,119); }
H1.HeaderClassName
{
color: #218177;
}
.AnyTagClassName
{
color: #218177;
}
</style>
background-color css
<style>
a { background-color: #218177; }
a { background-color: rgb(33,129,119); }
div.DivClassName
{
background-color: #218177;
}
.BgClassName
{
background-color: #218177;
}
</style>
border-color css
<style>
span { border-color: #218177; }
span { border-color: rgb(33,129,119); }
td.TdClassName
{
border-color: #218177;
}
.TagClassName
{
border-color: #218177;
}
</style>