Shades of Elm #32857C
Tints of Elm #32857C
RGB
CMYK
RGB Variations
Color information
#32857C (or 0x32857C) is known color: Elm. HEX triplet: 32, 85 and 7C. RGB value is (50,133,124). Sum of RGB (Red+Green+Blue) = 50+133+124=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #32857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32857C is #CD7A83. Grayscale: #6B6B6B. Windows color (decimal): -13466244 or 8160562. OLE color: 8160562.
HSL color Cylindrical-coordinate representation of color #32857C: hue angle of 173.49º 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 #32857C is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 124 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.48 |
| HSL | 173.49º | 0.45% | 0.36% | - |
| HSV(B) | 173.49º | 0.62% | 0.52% | - |
| XYZ | 13.34 | 18.91 | 22.02 | - |
| YUV | 107.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 124 | 0.62 | 0 | 0.07 | 0.48 | 173.49 | 0.45 | 0.36 |
| Hex | 32 | 85 | 7C | 3E | 0 | 7 | 30 | AD | 2D | 24 |
| Octal | 62 | 205 | 174 | 76 | 0 | 7 | 60 | 255 | 55 | 44 |
| Binary | 110010 | 10000101 | 1111100 | 111110 | 0 | 111 | 110000 | 10101101 | 101101 | 100100 |
Color Harmonies of #32857C
Complementary color
Monochromatic Colors of #32857C
Black with #32857C
Text Example
Text Example
White with #32857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32857C; }
p { color: rgb(50,133,124); }
H1.HeaderClassName
{
color: #32857C;
}
.AnyTagClassName
{
color: #32857C;
}
</style>
background-color css
<style>
a { background-color: #32857C; }
a { background-color: rgb(50,133,124); }
div.DivClassName
{
background-color: #32857C;
}
.BgClassName
{
background-color: #32857C;
}
</style>
border-color css
<style>
span { border-color: #32857C; }
span { border-color: rgb(50,133,124); }
td.TdClassName
{
border-color: #32857C;
}
.TagClassName
{
border-color: #32857C;
}
</style>