Shades of Elm #32897E
Tints of Elm #32897E
RGB
CMYK
RGB Variations
Color information
#32897E (or 0x32897E) is known color: Elm. HEX triplet: 32, 89 and 7E. RGB value is (50,137,126). Sum of RGB (Red+Green+Blue) = 50+137+126=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #32897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32897E is #CD7681. Grayscale: #6D6D6D. Windows color (decimal): -13465218 or 8292658. OLE color: 8292658.
HSL color Cylindrical-coordinate representation of color #32897E: hue angle of 172.41º 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 #32897E is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 126 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.46 |
| HSL | 172.41º | 0.47% | 0.37% | - |
| HSV(B) | 172.41º | 0.64% | 0.54% | - |
| XYZ | 14.03 | 20.08 | 22.87 | - |
| YUV | 109.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 126 | 0.64 | 0 | 0.08 | 0.46 | 172.41 | 0.47 | 0.37 |
| Hex | 32 | 89 | 7E | 40 | 0 | 8 | 2E | AC | 2F | 25 |
| Octal | 62 | 211 | 176 | 100 | 0 | 10 | 56 | 254 | 57 | 45 |
| Binary | 110010 | 10001001 | 1111110 | 1000000 | 0 | 1000 | 101110 | 10101100 | 101111 | 100101 |
Color Harmonies of #32897E
Complementary color
Monochromatic Colors of #32897E
Black with #32897E
Text Example
Text Example
White with #32897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32897E; }
p { color: rgb(50,137,126); }
H1.HeaderClassName
{
color: #32897E;
}
.AnyTagClassName
{
color: #32897E;
}
</style>
background-color css
<style>
a { background-color: #32897E; }
a { background-color: rgb(50,137,126); }
div.DivClassName
{
background-color: #32897E;
}
.BgClassName
{
background-color: #32897E;
}
</style>
border-color css
<style>
span { border-color: #32897E; }
span { border-color: rgb(50,137,126); }
td.TdClassName
{
border-color: #32897E;
}
.TagClassName
{
border-color: #32897E;
}
</style>