Shades of Elm #328B81
Tints of Elm #328B81
RGB
CMYK
RGB Variations
Color information
#328B81 (or 0x328B81) is known color: Elm. HEX triplet: 32, 8B and 81. RGB value is (50,139,129). Sum of RGB (Red+Green+Blue) = 50+139+129=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #328B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B81 is #CD747E. Grayscale: #6F6F6F. Windows color (decimal): -13464703 or 8489778. OLE color: 8489778.
HSL color Cylindrical-coordinate representation of color #328B81: hue angle of 173.26º 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 #328B81 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 129 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.45 |
| HSL | 173.26º | 0.47% | 0.37% | - |
| HSV(B) | 173.26º | 0.64% | 0.55% | - |
| XYZ | 14.51 | 20.73 | 24.01 | - |
| YUV | 111.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 129 | 0.64 | 0 | 0.07 | 0.45 | 173.26 | 0.47 | 0.37 |
| Hex | 32 | 8B | 81 | 40 | 0 | 7 | 2D | AD | 2F | 25 |
| Octal | 62 | 213 | 201 | 100 | 0 | 7 | 55 | 255 | 57 | 45 |
| Binary | 110010 | 10001011 | 10000001 | 1000000 | 0 | 111 | 101101 | 10101101 | 101111 | 100101 |
Color Harmonies of #328B81
Complementary color
Monochromatic Colors of #328B81
Black with #328B81
Text Example
Text Example
White with #328B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B81; }
p { color: rgb(50,139,129); }
H1.HeaderClassName
{
color: #328B81;
}
.AnyTagClassName
{
color: #328B81;
}
</style>
background-color css
<style>
a { background-color: #328B81; }
a { background-color: rgb(50,139,129); }
div.DivClassName
{
background-color: #328B81;
}
.BgClassName
{
background-color: #328B81;
}
</style>
border-color css
<style>
span { border-color: #328B81; }
span { border-color: rgb(50,139,129); }
td.TdClassName
{
border-color: #328B81;
}
.TagClassName
{
border-color: #328B81;
}
</style>