Shades of Elm #328A7F
Tints of Elm #328A7F
RGB
CMYK
RGB Variations
Color information
#328A7F (or 0x328A7F) is known color: Elm. HEX triplet: 32, 8A and 7F. RGB value is (50,138,127). Sum of RGB (Red+Green+Blue) = 50+138+127=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #328A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A7F is #CD7580. Grayscale: #6E6E6E. Windows color (decimal): -13464961 or 8358450. OLE color: 8358450.
HSL color Cylindrical-coordinate representation of color #328A7F: hue angle of 172.5º 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 #328A7F is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 127 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.46 |
| HSL | 172.5º | 0.47% | 0.37% | - |
| HSV(B) | 172.5º | 0.64% | 0.54% | - |
| XYZ | 14.23 | 20.39 | 23.26 | - |
| YUV | 110.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 127 | 0.64 | 0 | 0.08 | 0.46 | 172.5 | 0.47 | 0.37 |
| Hex | 32 | 8A | 7F | 40 | 0 | 8 | 2E | AC | 2F | 25 |
| Octal | 62 | 212 | 177 | 100 | 0 | 10 | 56 | 254 | 57 | 45 |
| Binary | 110010 | 10001010 | 1111111 | 1000000 | 0 | 1000 | 101110 | 10101100 | 101111 | 100101 |
Color Harmonies of #328A7F
Complementary color
Monochromatic Colors of #328A7F
Black with #328A7F
Text Example
Text Example
White with #328A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A7F; }
p { color: rgb(50,138,127); }
H1.HeaderClassName
{
color: #328A7F;
}
.AnyTagClassName
{
color: #328A7F;
}
</style>
background-color css
<style>
a { background-color: #328A7F; }
a { background-color: rgb(50,138,127); }
div.DivClassName
{
background-color: #328A7F;
}
.BgClassName
{
background-color: #328A7F;
}
</style>
border-color css
<style>
span { border-color: #328A7F; }
span { border-color: rgb(50,138,127); }
td.TdClassName
{
border-color: #328A7F;
}
.TagClassName
{
border-color: #328A7F;
}
</style>