Shades of Elm #32807A
Tints of Elm #32807A
RGB
CMYK
RGB Variations
Color information
#32807A (or 0x32807A) is known color: Elm. HEX triplet: 32, 80 and 7A. RGB value is (50,128,122). Sum of RGB (Red+Green+Blue) = 50+128+122=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #32807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32807A is #CD7F85. Grayscale: #676767. Windows color (decimal): -13467526 or 8028210. OLE color: 8028210.
HSL color Cylindrical-coordinate representation of color #32807A: hue angle of 175.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32807A is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 122 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.50 |
| HSL | 175.38º | 0.44% | 0.35% | - |
| HSV(B) | 175.38º | 0.61% | 0.5% | - |
| XYZ | 12.55 | 17.52 | 21.13 | - |
| YUV | 103.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 122 | 0.61 | 0 | 0.05 | 0.50 | 175.38 | 0.44 | 0.35 |
| Hex | 32 | 80 | 7A | 3D | 0 | 5 | 32 | AF | 2C | 23 |
| Octal | 62 | 200 | 172 | 75 | 0 | 5 | 62 | 257 | 54 | 43 |
| Binary | 110010 | 10000000 | 1111010 | 111101 | 0 | 101 | 110010 | 10101111 | 101100 | 100011 |
Color Harmonies of #32807A
Complementary color
Monochromatic Colors of #32807A
Black with #32807A
Text Example
Text Example
White with #32807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32807A; }
p { color: rgb(50,128,122); }
H1.HeaderClassName
{
color: #32807A;
}
.AnyTagClassName
{
color: #32807A;
}
</style>
background-color css
<style>
a { background-color: #32807A; }
a { background-color: rgb(50,128,122); }
div.DivClassName
{
background-color: #32807A;
}
.BgClassName
{
background-color: #32807A;
}
</style>
border-color css
<style>
span { border-color: #32807A; }
span { border-color: rgb(50,128,122); }
td.TdClassName
{
border-color: #32807A;
}
.TagClassName
{
border-color: #32807A;
}
</style>