Shades of Elm #32867A
Tints of Elm #32867A
RGB
CMYK
RGB Variations
Color information
#32867A (or 0x32867A) is known color: Elm. HEX triplet: 32, 86 and 7A. RGB value is (50,134,122). Sum of RGB (Red+Green+Blue) = 50+134+122=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #32867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32867A is #CD7985. Grayscale: #6B6B6B. Windows color (decimal): -13465990 or 8029746. OLE color: 8029746.
HSL color Cylindrical-coordinate representation of color #32867A: hue angle of 171.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32867A is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 122 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.47 |
| HSL | 171.43º | 0.46% | 0.36% | - |
| HSV(B) | 171.43º | 0.63% | 0.53% | - |
| XYZ | 13.35 | 19.13 | 21.4 | - |
| YUV | 107.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 122 | 0.63 | 0 | 0.09 | 0.47 | 171.43 | 0.46 | 0.36 |
| Hex | 32 | 86 | 7A | 3F | 0 | 9 | 2F | AB | 2E | 24 |
| Octal | 62 | 206 | 172 | 77 | 0 | 11 | 57 | 253 | 56 | 44 |
| Binary | 110010 | 10000110 | 1111010 | 111111 | 0 | 1001 | 101111 | 10101011 | 101110 | 100100 |
Color Harmonies of #32867A
Complementary color
Monochromatic Colors of #32867A
Black with #32867A
Text Example
Text Example
White with #32867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32867A; }
p { color: rgb(50,134,122); }
H1.HeaderClassName
{
color: #32867A;
}
.AnyTagClassName
{
color: #32867A;
}
</style>
background-color css
<style>
a { background-color: #32867A; }
a { background-color: rgb(50,134,122); }
div.DivClassName
{
background-color: #32867A;
}
.BgClassName
{
background-color: #32867A;
}
</style>
border-color css
<style>
span { border-color: #32867A; }
span { border-color: rgb(50,134,122); }
td.TdClassName
{
border-color: #32867A;
}
.TagClassName
{
border-color: #32867A;
}
</style>