Shades of Elm #32837D
Tints of Elm #32837D
RGB
CMYK
RGB Variations
Color information
#32837D (or 0x32837D) is known color: Elm. HEX triplet: 32, 83 and 7D. RGB value is (50,131,125). Sum of RGB (Red+Green+Blue) = 50+131+125=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #32837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32837D is #CD7C82. Grayscale: #6A6A6A. Windows color (decimal): -13466755 or 8225586. OLE color: 8225586.
HSL color Cylindrical-coordinate representation of color #32837D: hue angle of 175.56º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32837D is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 131 | 125 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.49 |
| HSL | 175.56º | 0.45% | 0.35% | - |
| HSV(B) | 175.56º | 0.62% | 0.51% | - |
| XYZ | 13.13 | 18.39 | 22.26 | - |
| YUV | 106.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 125 | 0.62 | 0 | 0.05 | 0.49 | 175.56 | 0.45 | 0.35 |
| Hex | 32 | 83 | 7D | 3E | 0 | 5 | 31 | B0 | 2D | 23 |
| Octal | 62 | 203 | 175 | 76 | 0 | 5 | 61 | 260 | 55 | 43 |
| Binary | 110010 | 10000011 | 1111101 | 111110 | 0 | 101 | 110001 | 10110000 | 101101 | 100011 |
Color Harmonies of #32837D
Complementary color
Monochromatic Colors of #32837D
Black with #32837D
Text Example
Text Example
White with #32837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32837D; }
p { color: rgb(50,131,125); }
H1.HeaderClassName
{
color: #32837D;
}
.AnyTagClassName
{
color: #32837D;
}
</style>
background-color css
<style>
a { background-color: #32837D; }
a { background-color: rgb(50,131,125); }
div.DivClassName
{
background-color: #32837D;
}
.BgClassName
{
background-color: #32837D;
}
</style>
border-color css
<style>
span { border-color: #32837D; }
span { border-color: rgb(50,131,125); }
td.TdClassName
{
border-color: #32837D;
}
.TagClassName
{
border-color: #32837D;
}
</style>