Shades of Elm #32827D
Tints of Elm #32827D
RGB
CMYK
RGB Variations
Color information
#32827D (or 0x32827D) is known color: Elm. HEX triplet: 32, 82 and 7D. RGB value is (50,130,125). Sum of RGB (Red+Green+Blue) = 50+130+125=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #32827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32827D is #CD7D82. Grayscale: #696969. Windows color (decimal): -13467011 or 8225330. OLE color: 8225330.
HSL color Cylindrical-coordinate representation of color #32827D: hue angle of 176.25º degrees, saturation: 0.44, 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 #32827D is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 125 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.49 |
| HSL | 176.25º | 0.44% | 0.35% | - |
| HSV(B) | 176.25º | 0.62% | 0.51% | - |
| XYZ | 13 | 18.12 | 22.22 | - |
| YUV | 105.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 125 | 0.62 | 0 | 0.04 | 0.49 | 176.25 | 0.44 | 0.35 |
| Hex | 32 | 82 | 7D | 3E | 0 | 4 | 31 | B0 | 2C | 23 |
| Octal | 62 | 202 | 175 | 76 | 0 | 4 | 61 | 260 | 54 | 43 |
| Binary | 110010 | 10000010 | 1111101 | 111110 | 0 | 100 | 110001 | 10110000 | 101100 | 100011 |
Color Harmonies of #32827D
Complementary color
Monochromatic Colors of #32827D
Black with #32827D
Text Example
Text Example
White with #32827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32827D; }
p { color: rgb(50,130,125); }
H1.HeaderClassName
{
color: #32827D;
}
.AnyTagClassName
{
color: #32827D;
}
</style>
background-color css
<style>
a { background-color: #32827D; }
a { background-color: rgb(50,130,125); }
div.DivClassName
{
background-color: #32827D;
}
.BgClassName
{
background-color: #32827D;
}
</style>
border-color css
<style>
span { border-color: #32827D; }
span { border-color: rgb(50,130,125); }
td.TdClassName
{
border-color: #32827D;
}
.TagClassName
{
border-color: #32827D;
}
</style>