Shades of Elm #328A81
Tints of Elm #328A81
RGB
CMYK
RGB Variations
Color information
#328A81 (or 0x328A81) is known color: Elm. HEX triplet: 32, 8A and 81. RGB value is (50,138,129). Sum of RGB (Red+Green+Blue) = 50+138+129=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #328A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A81 is #CD757E. Grayscale: #6E6E6E. Windows color (decimal): -13464959 or 8489522. OLE color: 8489522.
HSL color Cylindrical-coordinate representation of color #328A81: hue angle of 173.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328A81 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 129 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.46 |
| HSL | 173.86º | 0.47% | 0.37% | - |
| HSV(B) | 173.86º | 0.64% | 0.54% | - |
| XYZ | 14.37 | 20.44 | 23.96 | - |
| YUV | 110.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 129 | 0.64 | 0 | 0.07 | 0.46 | 173.86 | 0.47 | 0.37 |
| Hex | 32 | 8A | 81 | 40 | 0 | 7 | 2E | AE | 2F | 25 |
| Octal | 62 | 212 | 201 | 100 | 0 | 7 | 56 | 256 | 57 | 45 |
| Binary | 110010 | 10001010 | 10000001 | 1000000 | 0 | 111 | 101110 | 10101110 | 101111 | 100101 |
Color Harmonies of #328A81
Complementary color
Monochromatic Colors of #328A81
Black with #328A81
Text Example
Text Example
White with #328A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A81; }
p { color: rgb(50,138,129); }
H1.HeaderClassName
{
color: #328A81;
}
.AnyTagClassName
{
color: #328A81;
}
</style>
background-color css
<style>
a { background-color: #328A81; }
a { background-color: rgb(50,138,129); }
div.DivClassName
{
background-color: #328A81;
}
.BgClassName
{
background-color: #328A81;
}
</style>
border-color css
<style>
span { border-color: #328A81; }
span { border-color: rgb(50,138,129); }
td.TdClassName
{
border-color: #328A81;
}
.TagClassName
{
border-color: #328A81;
}
</style>