Shades of Elm #208075
Tints of Elm #208075
RGB
CMYK
RGB Variations
Color information
#208075 (or 0x208075) is known color: Elm. HEX triplet: 20, 80 and 75. RGB value is (32,128,117). Sum of RGB (Red+Green+Blue) = 32+128+117=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #208075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208075 is #DF7F8A. Grayscale: #616161. Windows color (decimal): -14647179 or 7700512. OLE color: 7700512.
HSL color Cylindrical-coordinate representation of color #208075: hue angle of 173.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208075 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 117 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.50 |
| HSL | 173.13º | 0.6% | 0.31% | - |
| HSV(B) | 173.13º | 0.75% | 0.5% | - |
| XYZ | 11.53 | 17.03 | 19.51 | - |
| YUV | 98.04 | 138.7 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 117 | 0.75 | 0 | 0.09 | 0.50 | 173.13 | 0.6 | 0.31 |
| Hex | 20 | 80 | 75 | 4B | 0 | 9 | 32 | AD | 3C | 1F |
| Octal | 40 | 200 | 165 | 113 | 0 | 11 | 62 | 255 | 74 | 37 |
| Binary | 100000 | 10000000 | 1110101 | 1001011 | 0 | 1001 | 110010 | 10101101 | 111100 | 11111 |
Color Harmonies of #208075
Complementary color
Monochromatic Colors of #208075
Black with #208075
Text Example
Text Example
White with #208075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208075; }
p { color: rgb(32,128,117); }
H1.HeaderClassName
{
color: #208075;
}
.AnyTagClassName
{
color: #208075;
}
</style>
background-color css
<style>
a { background-color: #208075; }
a { background-color: rgb(32,128,117); }
div.DivClassName
{
background-color: #208075;
}
.BgClassName
{
background-color: #208075;
}
</style>
border-color css
<style>
span { border-color: #208075; }
span { border-color: rgb(32,128,117); }
td.TdClassName
{
border-color: #208075;
}
.TagClassName
{
border-color: #208075;
}
</style>