Shades of Elm #328B80
Tints of Elm #328B80
RGB
CMYK
RGB Variations
Color information
#328B80 (or 0x328B80) is known color: Elm. HEX triplet: 32, 8B and 80. RGB value is (50,139,128). Sum of RGB (Red+Green+Blue) = 50+139+128=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #328B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B80 is #CD747F. Grayscale: #6F6F6F. Windows color (decimal): -13464704 or 8424242. OLE color: 8424242.
HSL color Cylindrical-coordinate representation of color #328B80: hue angle of 172.58º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B80 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 128 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.45 |
| HSL | 172.58º | 0.47% | 0.37% | - |
| HSV(B) | 172.58º | 0.64% | 0.55% | - |
| XYZ | 14.44 | 20.7 | 23.66 | - |
| YUV | 111.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 128 | 0.64 | 0 | 0.08 | 0.45 | 172.58 | 0.47 | 0.37 |
| Hex | 32 | 8B | 80 | 40 | 0 | 8 | 2D | AD | 2F | 25 |
| Octal | 62 | 213 | 200 | 100 | 0 | 10 | 55 | 255 | 57 | 45 |
| Binary | 110010 | 10001011 | 10000000 | 1000000 | 0 | 1000 | 101101 | 10101101 | 101111 | 100101 |
Color Harmonies of #328B80
Complementary color
Monochromatic Colors of #328B80
Black with #328B80
Text Example
Text Example
White with #328B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B80; }
p { color: rgb(50,139,128); }
H1.HeaderClassName
{
color: #328B80;
}
.AnyTagClassName
{
color: #328B80;
}
</style>
background-color css
<style>
a { background-color: #328B80; }
a { background-color: rgb(50,139,128); }
div.DivClassName
{
background-color: #328B80;
}
.BgClassName
{
background-color: #328B80;
}
</style>
border-color css
<style>
span { border-color: #328B80; }
span { border-color: rgb(50,139,128); }
td.TdClassName
{
border-color: #328B80;
}
.TagClassName
{
border-color: #328B80;
}
</style>