Shades of Elm #328C7C
Tints of Elm #328C7C
RGB
CMYK
RGB Variations
Color information
#328C7C (or 0x328C7C) is known color: Elm. HEX triplet: 32, 8C and 7C. RGB value is (50,140,124). Sum of RGB (Red+Green+Blue) = 50+140+124=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #328C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C7C is #CD7383. Grayscale: #6F6F6F. Windows color (decimal): -13464452 or 8162354. OLE color: 8162354.
HSL color Cylindrical-coordinate representation of color #328C7C: hue angle of 169.33º 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 #328C7C is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 140 | 124 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.45 |
| HSL | 169.33º | 0.47% | 0.37% | - |
| HSV(B) | 169.33º | 0.64% | 0.55% | - |
| XYZ | 14.33 | 20.89 | 22.35 | - |
| YUV | 111.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 124 | 0.64 | 0 | 0.11 | 0.45 | 169.33 | 0.47 | 0.37 |
| Hex | 32 | 8C | 7C | 40 | 0 | B | 2D | A9 | 2F | 25 |
| Octal | 62 | 214 | 174 | 100 | 0 | 13 | 55 | 251 | 57 | 45 |
| Binary | 110010 | 10001100 | 1111100 | 1000000 | 0 | 1011 | 101101 | 10101001 | 101111 | 100101 |
Color Harmonies of #328C7C
Complementary color
Monochromatic Colors of #328C7C
Black with #328C7C
Text Example
Text Example
White with #328C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C7C; }
p { color: rgb(50,140,124); }
H1.HeaderClassName
{
color: #328C7C;
}
.AnyTagClassName
{
color: #328C7C;
}
</style>
background-color css
<style>
a { background-color: #328C7C; }
a { background-color: rgb(50,140,124); }
div.DivClassName
{
background-color: #328C7C;
}
.BgClassName
{
background-color: #328C7C;
}
</style>
border-color css
<style>
span { border-color: #328C7C; }
span { border-color: rgb(50,140,124); }
td.TdClassName
{
border-color: #328C7C;
}
.TagClassName
{
border-color: #328C7C;
}
</style>