Shades of Elm #208374
Tints of Elm #208374
RGB
CMYK
RGB Variations
Color information
#208374 (or 0x208374) is known color: Elm. HEX triplet: 20, 83 and 74. RGB value is (32,131,116). Sum of RGB (Red+Green+Blue) = 32+131+116=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #208374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208374 is #DF7C8B. Grayscale: #636363. Windows color (decimal): -14646412 or 7635744. OLE color: 7635744.
HSL color Cylindrical-coordinate representation of color #208374: hue angle of 170.91º 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 #208374 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 116 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.49 |
| HSL | 170.91º | 0.61% | 0.32% | - |
| HSV(B) | 170.91º | 0.76% | 0.51% | - |
| XYZ | 11.86 | 17.8 | 19.33 | - |
| YUV | 99.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 116 | 0.76 | 0 | 0.11 | 0.49 | 170.91 | 0.61 | 0.32 |
| Hex | 20 | 83 | 74 | 4C | 0 | B | 31 | AB | 3D | 20 |
| Octal | 40 | 203 | 164 | 114 | 0 | 13 | 61 | 253 | 75 | 40 |
| Binary | 100000 | 10000011 | 1110100 | 1001100 | 0 | 1011 | 110001 | 10101011 | 111101 | 100000 |
Color Harmonies of #208374
Complementary color
Monochromatic Colors of #208374
Black with #208374
Text Example
Text Example
White with #208374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208374; }
p { color: rgb(32,131,116); }
H1.HeaderClassName
{
color: #208374;
}
.AnyTagClassName
{
color: #208374;
}
</style>
background-color css
<style>
a { background-color: #208374; }
a { background-color: rgb(32,131,116); }
div.DivClassName
{
background-color: #208374;
}
.BgClassName
{
background-color: #208374;
}
</style>
border-color css
<style>
span { border-color: #208374; }
span { border-color: rgb(32,131,116); }
td.TdClassName
{
border-color: #208374;
}
.TagClassName
{
border-color: #208374;
}
</style>