Shades of Elm #328879
Tints of Elm #328879
RGB
CMYK
RGB Variations
Color information
#328879 (or 0x328879) is known color: Elm. HEX triplet: 32, 88 and 79. RGB value is (50,136,121). Sum of RGB (Red+Green+Blue) = 50+136+121=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #328879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328879 is #CD7786. Grayscale: #6C6C6C. Windows color (decimal): -13465479 or 7964722. OLE color: 7964722.
HSL color Cylindrical-coordinate representation of color #328879: hue angle of 169.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328879 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 121 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.47 |
| HSL | 169.53º | 0.46% | 0.36% | - |
| HSV(B) | 169.53º | 0.63% | 0.53% | - |
| XYZ | 13.57 | 19.67 | 21.17 | - |
| YUV | 108.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 121 | 0.63 | 0 | 0.11 | 0.47 | 169.53 | 0.46 | 0.36 |
| Hex | 32 | 88 | 79 | 3F | 0 | B | 2F | AA | 2E | 24 |
| Octal | 62 | 210 | 171 | 77 | 0 | 13 | 57 | 252 | 56 | 44 |
| Binary | 110010 | 10001000 | 1111001 | 111111 | 0 | 1011 | 101111 | 10101010 | 101110 | 100100 |
Color Harmonies of #328879
Complementary color
Monochromatic Colors of #328879
Black with #328879
Text Example
Text Example
White with #328879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328879; }
p { color: rgb(50,136,121); }
H1.HeaderClassName
{
color: #328879;
}
.AnyTagClassName
{
color: #328879;
}
</style>
background-color css
<style>
a { background-color: #328879; }
a { background-color: rgb(50,136,121); }
div.DivClassName
{
background-color: #328879;
}
.BgClassName
{
background-color: #328879;
}
</style>
border-color css
<style>
span { border-color: #328879; }
span { border-color: rgb(50,136,121); }
td.TdClassName
{
border-color: #328879;
}
.TagClassName
{
border-color: #328879;
}
</style>