Shades of Elm #208377
Tints of Elm #208377
RGB
CMYK
RGB Variations
Color information
#208377 (or 0x208377) is known color: Elm. HEX triplet: 20, 83 and 77. RGB value is (32,131,119). Sum of RGB (Red+Green+Blue) = 32+131+119=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #208377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208377 is #DF7C88. Grayscale: #636363. Windows color (decimal): -14646409 or 7832352. OLE color: 7832352.
HSL color Cylindrical-coordinate representation of color #208377: hue angle of 172.73º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208377 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 119 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.49 |
| HSL | 172.73º | 0.61% | 0.32% | - |
| HSV(B) | 172.73º | 0.76% | 0.51% | - |
| XYZ | 12.04 | 17.87 | 20.27 | - |
| YUV | 100.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 119 | 0.76 | 0 | 0.09 | 0.49 | 172.73 | 0.61 | 0.32 |
| Hex | 20 | 83 | 77 | 4C | 0 | 9 | 31 | AD | 3D | 20 |
| Octal | 40 | 203 | 167 | 114 | 0 | 11 | 61 | 255 | 75 | 40 |
| Binary | 100000 | 10000011 | 1110111 | 1001100 | 0 | 1001 | 110001 | 10101101 | 111101 | 100000 |
Color Harmonies of #208377
Complementary color
Monochromatic Colors of #208377
Black with #208377
Text Example
Text Example
White with #208377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208377; }
p { color: rgb(32,131,119); }
H1.HeaderClassName
{
color: #208377;
}
.AnyTagClassName
{
color: #208377;
}
</style>
background-color css
<style>
a { background-color: #208377; }
a { background-color: rgb(32,131,119); }
div.DivClassName
{
background-color: #208377;
}
.BgClassName
{
background-color: #208377;
}
</style>
border-color css
<style>
span { border-color: #208377; }
span { border-color: rgb(32,131,119); }
td.TdClassName
{
border-color: #208377;
}
.TagClassName
{
border-color: #208377;
}
</style>