Shades of Elm #32827A
Tints of Elm #32827A
RGB
CMYK
RGB Variations
Color information
#32827A (or 0x32827A) is known color: Elm. HEX triplet: 32, 82 and 7A. RGB value is (50,130,122). Sum of RGB (Red+Green+Blue) = 50+130+122=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #32827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32827A is #CD7D85. Grayscale: #696969. Windows color (decimal): -13467014 or 8028722. OLE color: 8028722.
HSL color Cylindrical-coordinate representation of color #32827A: hue angle of 174º 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 #32827A is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 122 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.49 |
| HSL | 174º | 0.44% | 0.35% | - |
| HSV(B) | 174º | 0.62% | 0.51% | - |
| XYZ | 12.81 | 18.05 | 21.22 | - |
| YUV | 105.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 122 | 0.62 | 0 | 0.06 | 0.49 | 174 | 0.44 | 0.35 |
| Hex | 32 | 82 | 7A | 3E | 0 | 6 | 31 | AE | 2C | 23 |
| Octal | 62 | 202 | 172 | 76 | 0 | 6 | 61 | 256 | 54 | 43 |
| Binary | 110010 | 10000010 | 1111010 | 111110 | 0 | 110 | 110001 | 10101110 | 101100 | 100011 |
Color Harmonies of #32827A
Complementary color
Monochromatic Colors of #32827A
Black with #32827A
Text Example
Text Example
White with #32827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32827A; }
p { color: rgb(50,130,122); }
H1.HeaderClassName
{
color: #32827A;
}
.AnyTagClassName
{
color: #32827A;
}
</style>
background-color css
<style>
a { background-color: #32827A; }
a { background-color: rgb(50,130,122); }
div.DivClassName
{
background-color: #32827A;
}
.BgClassName
{
background-color: #32827A;
}
</style>
border-color css
<style>
span { border-color: #32827A; }
span { border-color: rgb(50,130,122); }
td.TdClassName
{
border-color: #32827A;
}
.TagClassName
{
border-color: #32827A;
}
</style>