Shades of Elm #32897C
Tints of Elm #32897C
RGB
CMYK
RGB Variations
Color information
#32897C (or 0x32897C) is known color: Elm. HEX triplet: 32, 89 and 7C. RGB value is (50,137,124). Sum of RGB (Red+Green+Blue) = 50+137+124=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #32897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32897C is #CD7683. Grayscale: #6D6D6D. Windows color (decimal): -13465220 or 8161586. OLE color: 8161586.
HSL color Cylindrical-coordinate representation of color #32897C: hue angle of 171.03º 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 #32897C is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 124 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.46 |
| HSL | 171.03º | 0.47% | 0.37% | - |
| HSV(B) | 171.03º | 0.64% | 0.54% | - |
| XYZ | 13.9 | 20.02 | 22.2 | - |
| YUV | 109.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 124 | 0.64 | 0 | 0.09 | 0.46 | 171.03 | 0.47 | 0.37 |
| Hex | 32 | 89 | 7C | 40 | 0 | 9 | 2E | AB | 2F | 25 |
| Octal | 62 | 211 | 174 | 100 | 0 | 11 | 56 | 253 | 57 | 45 |
| Binary | 110010 | 10001001 | 1111100 | 1000000 | 0 | 1001 | 101110 | 10101011 | 101111 | 100101 |
Color Harmonies of #32897C
Complementary color
Monochromatic Colors of #32897C
Black with #32897C
Text Example
Text Example
White with #32897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32897C; }
p { color: rgb(50,137,124); }
H1.HeaderClassName
{
color: #32897C;
}
.AnyTagClassName
{
color: #32897C;
}
</style>
background-color css
<style>
a { background-color: #32897C; }
a { background-color: rgb(50,137,124); }
div.DivClassName
{
background-color: #32897C;
}
.BgClassName
{
background-color: #32897C;
}
</style>
border-color css
<style>
span { border-color: #32897C; }
span { border-color: rgb(50,137,124); }
td.TdClassName
{
border-color: #32897C;
}
.TagClassName
{
border-color: #32897C;
}
</style>