Shades of Elm #32847E
Tints of Elm #32847E
RGB
CMYK
RGB Variations
Color information
#32847E (or 0x32847E) is known color: Elm. HEX triplet: 32, 84 and 7E. RGB value is (50,132,126). Sum of RGB (Red+Green+Blue) = 50+132+126=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #32847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32847E is #CD7B81. Grayscale: #6A6A6A. Windows color (decimal): -13466498 or 8291378. OLE color: 8291378.
HSL color Cylindrical-coordinate representation of color #32847E: hue angle of 175.61º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32847E is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 126 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.48 |
| HSL | 175.61º | 0.45% | 0.36% | - |
| HSV(B) | 175.61º | 0.62% | 0.52% | - |
| XYZ | 13.33 | 18.69 | 22.64 | - |
| YUV | 106.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 126 | 0.62 | 0 | 0.05 | 0.48 | 175.61 | 0.45 | 0.36 |
| Hex | 32 | 84 | 7E | 3E | 0 | 5 | 30 | B0 | 2D | 24 |
| Octal | 62 | 204 | 176 | 76 | 0 | 5 | 60 | 260 | 55 | 44 |
| Binary | 110010 | 10000100 | 1111110 | 111110 | 0 | 101 | 110000 | 10110000 | 101101 | 100100 |
Color Harmonies of #32847E
Complementary color
Monochromatic Colors of #32847E
Black with #32847E
Text Example
Text Example
White with #32847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32847E; }
p { color: rgb(50,132,126); }
H1.HeaderClassName
{
color: #32847E;
}
.AnyTagClassName
{
color: #32847E;
}
</style>
background-color css
<style>
a { background-color: #32847E; }
a { background-color: rgb(50,132,126); }
div.DivClassName
{
background-color: #32847E;
}
.BgClassName
{
background-color: #32847E;
}
</style>
border-color css
<style>
span { border-color: #32847E; }
span { border-color: rgb(50,132,126); }
td.TdClassName
{
border-color: #32847E;
}
.TagClassName
{
border-color: #32847E;
}
</style>