Shades of Elm #32817C
Tints of Elm #32817C
RGB
CMYK
RGB Variations
Color information
#32817C (or 0x32817C) is known color: Elm. HEX triplet: 32, 81 and 7C. RGB value is (50,129,124). Sum of RGB (Red+Green+Blue) = 50+129+124=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #32817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32817C is #CD7E83. Grayscale: #686868. Windows color (decimal): -13467268 or 8159538. OLE color: 8159538.
HSL color Cylindrical-coordinate representation of color #32817C: hue angle of 176.2º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32817C is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 124 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.49 |
| HSL | 176.2º | 0.44% | 0.35% | - |
| HSV(B) | 176.2º | 0.61% | 0.51% | - |
| XYZ | 12.8 | 17.83 | 21.84 | - |
| YUV | 104.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 124 | 0.61 | 0 | 0.04 | 0.49 | 176.2 | 0.44 | 0.35 |
| Hex | 32 | 81 | 7C | 3D | 0 | 4 | 31 | B0 | 2C | 23 |
| Octal | 62 | 201 | 174 | 75 | 0 | 4 | 61 | 260 | 54 | 43 |
| Binary | 110010 | 10000001 | 1111100 | 111101 | 0 | 100 | 110001 | 10110000 | 101100 | 100011 |
Color Harmonies of #32817C
Complementary color
Monochromatic Colors of #32817C
Black with #32817C
Text Example
Text Example
White with #32817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32817C; }
p { color: rgb(50,129,124); }
H1.HeaderClassName
{
color: #32817C;
}
.AnyTagClassName
{
color: #32817C;
}
</style>
background-color css
<style>
a { background-color: #32817C; }
a { background-color: rgb(50,129,124); }
div.DivClassName
{
background-color: #32817C;
}
.BgClassName
{
background-color: #32817C;
}
</style>
border-color css
<style>
span { border-color: #32817C; }
span { border-color: rgb(50,129,124); }
td.TdClassName
{
border-color: #32817C;
}
.TagClassName
{
border-color: #32817C;
}
</style>