Shades of Elm #328A7A
Tints of Elm #328A7A
RGB
CMYK
RGB Variations
Color information
#328A7A (or 0x328A7A) is known color: Elm. HEX triplet: 32, 8A and 7A. RGB value is (50,138,122). Sum of RGB (Red+Green+Blue) = 50+138+122=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #328A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A7A is #CD7585. Grayscale: #6D6D6D. Windows color (decimal): -13464966 or 8030770. OLE color: 8030770.
HSL color Cylindrical-coordinate representation of color #328A7A: hue angle of 169.09º 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 #328A7A is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 122 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.46 |
| HSL | 169.09º | 0.47% | 0.37% | - |
| HSV(B) | 169.09º | 0.64% | 0.54% | - |
| XYZ | 13.92 | 20.26 | 21.59 | - |
| YUV | 109.86 | 134.85 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 122 | 0.64 | 0 | 0.12 | 0.46 | 169.09 | 0.47 | 0.37 |
| Hex | 32 | 8A | 7A | 40 | 0 | C | 2E | A9 | 2F | 25 |
| Octal | 62 | 212 | 172 | 100 | 0 | 14 | 56 | 251 | 57 | 45 |
| Binary | 110010 | 10001010 | 1111010 | 1000000 | 0 | 1100 | 101110 | 10101001 | 101111 | 100101 |
Color Harmonies of #328A7A
Complementary color
Monochromatic Colors of #328A7A
Black with #328A7A
Text Example
Text Example
White with #328A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A7A; }
p { color: rgb(50,138,122); }
H1.HeaderClassName
{
color: #328A7A;
}
.AnyTagClassName
{
color: #328A7A;
}
</style>
background-color css
<style>
a { background-color: #328A7A; }
a { background-color: rgb(50,138,122); }
div.DivClassName
{
background-color: #328A7A;
}
.BgClassName
{
background-color: #328A7A;
}
</style>
border-color css
<style>
span { border-color: #328A7A; }
span { border-color: rgb(50,138,122); }
td.TdClassName
{
border-color: #328A7A;
}
.TagClassName
{
border-color: #328A7A;
}
</style>