Shades of Green Pea #326D47
Tints of Green Pea #326D47
RGB
CMYK
RGB Variations
Color information
#326D47 (or 0x326D47) is known color: Green Pea. HEX triplet: 32, 6D and 47. RGB value is (50,109,71). Sum of RGB (Red+Green+Blue) = 50+109+71=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #326D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D47 is #CD92B8. Grayscale: #575757. Windows color (decimal): -13472441 or 4681010. OLE color: 4681010.
HSL color Cylindrical-coordinate representation of color #326D47: hue angle of 141.36º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326D47 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 109 | 71 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.57 |
| HSL | 141.36º | 0.37% | 0.31% | - |
| HSV(B) | 141.36º | 0.54% | 0.43% | - |
| XYZ | 7.92 | 12.07 | 7.87 | - |
| YUV | 87.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 71 | 0.54 | 0 | 0.35 | 0.57 | 141.36 | 0.37 | 0.31 |
| Hex | 32 | 6D | 47 | 36 | 0 | 23 | 39 | 8D | 25 | 1F |
| Octal | 62 | 155 | 107 | 66 | 0 | 43 | 71 | 215 | 45 | 37 |
| Binary | 110010 | 1101101 | 1000111 | 110110 | 0 | 100011 | 111001 | 10001101 | 100101 | 11111 |
Color Harmonies of #326D47
Complementary color
Monochromatic Colors of #326D47
Black with #326D47
Text Example
Text Example
White with #326D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D47; }
p { color: rgb(50,109,71); }
H1.HeaderClassName
{
color: #326D47;
}
.AnyTagClassName
{
color: #326D47;
}
</style>
background-color css
<style>
a { background-color: #326D47; }
a { background-color: rgb(50,109,71); }
div.DivClassName
{
background-color: #326D47;
}
.BgClassName
{
background-color: #326D47;
}
</style>
border-color css
<style>
span { border-color: #326D47; }
span { border-color: rgb(50,109,71); }
td.TdClassName
{
border-color: #326D47;
}
.TagClassName
{
border-color: #326D47;
}
</style>