Shades of Elm #32897F
Tints of Elm #32897F
RGB
CMYK
RGB Variations
Color information
#32897F (or 0x32897F) is known color: Elm. HEX triplet: 32, 89 and 7F. RGB value is (50,137,127). Sum of RGB (Red+Green+Blue) = 50+137+127=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #32897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32897F is #CD7680. Grayscale: #6D6D6D. Windows color (decimal): -13465217 or 8358194. OLE color: 8358194.
HSL color Cylindrical-coordinate representation of color #32897F: hue angle of 173.1º 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 #32897F is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 127 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.46 |
| HSL | 173.1º | 0.47% | 0.37% | - |
| HSV(B) | 173.1º | 0.64% | 0.54% | - |
| XYZ | 14.09 | 20.1 | 23.22 | - |
| YUV | 109.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 127 | 0.64 | 0 | 0.07 | 0.46 | 173.1 | 0.47 | 0.37 |
| Hex | 32 | 89 | 7F | 40 | 0 | 7 | 2E | AD | 2F | 25 |
| Octal | 62 | 211 | 177 | 100 | 0 | 7 | 56 | 255 | 57 | 45 |
| Binary | 110010 | 10001001 | 1111111 | 1000000 | 0 | 111 | 101110 | 10101101 | 101111 | 100101 |
Color Harmonies of #32897F
Complementary color
Monochromatic Colors of #32897F
Black with #32897F
Text Example
Text Example
White with #32897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32897F; }
p { color: rgb(50,137,127); }
H1.HeaderClassName
{
color: #32897F;
}
.AnyTagClassName
{
color: #32897F;
}
</style>
background-color css
<style>
a { background-color: #32897F; }
a { background-color: rgb(50,137,127); }
div.DivClassName
{
background-color: #32897F;
}
.BgClassName
{
background-color: #32897F;
}
</style>
border-color css
<style>
span { border-color: #32897F; }
span { border-color: rgb(50,137,127); }
td.TdClassName
{
border-color: #32897F;
}
.TagClassName
{
border-color: #32897F;
}
</style>