Shades of Elm #208778
Tints of Elm #208778
RGB
CMYK
RGB Variations
Color information
#208778 (or 0x208778) is known color: Elm. HEX triplet: 20, 87 and 78. RGB value is (32,135,120). Sum of RGB (Red+Green+Blue) = 32+135+120=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #208778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208778 is #DF7887. Grayscale: #666666. Windows color (decimal): -14645384 or 7898912. OLE color: 7898912.
HSL color Cylindrical-coordinate representation of color #208778: hue angle of 171.26º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208778 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 120 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.47 |
| HSL | 171.26º | 0.62% | 0.33% | - |
| HSV(B) | 171.26º | 0.76% | 0.53% | - |
| XYZ | 12.65 | 18.99 | 20.77 | - |
| YUV | 102.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 120 | 0.76 | 0 | 0.11 | 0.47 | 171.26 | 0.62 | 0.33 |
| Hex | 20 | 87 | 78 | 4C | 0 | B | 2F | AB | 3E | 21 |
| Octal | 40 | 207 | 170 | 114 | 0 | 13 | 57 | 253 | 76 | 41 |
| Binary | 100000 | 10000111 | 1111000 | 1001100 | 0 | 1011 | 101111 | 10101011 | 111110 | 100001 |
Color Harmonies of #208778
Complementary color
Monochromatic Colors of #208778
Black with #208778
Text Example
Text Example
White with #208778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208778; }
p { color: rgb(32,135,120); }
H1.HeaderClassName
{
color: #208778;
}
.AnyTagClassName
{
color: #208778;
}
</style>
background-color css
<style>
a { background-color: #208778; }
a { background-color: rgb(32,135,120); }
div.DivClassName
{
background-color: #208778;
}
.BgClassName
{
background-color: #208778;
}
</style>
border-color css
<style>
span { border-color: #208778; }
span { border-color: rgb(32,135,120); }
td.TdClassName
{
border-color: #208778;
}
.TagClassName
{
border-color: #208778;
}
</style>