Shades of Green Pea #326D46
Tints of Green Pea #326D46
RGB
CMYK
RGB Variations
Color information
#326D46 (or 0x326D46) is known color: Green Pea. HEX triplet: 32, 6D and 46. RGB value is (50,109,70). Sum of RGB (Red+Green+Blue) = 50+109+70=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #326D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D46 is #CD92B9. Grayscale: #575757. Windows color (decimal): -13472442 or 4615474. OLE color: 4615474.
HSL color Cylindrical-coordinate representation of color #326D46: hue angle of 140.34º 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 #326D46 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 109 | 70 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.57 |
| HSL | 140.34º | 0.37% | 0.31% | - |
| HSV(B) | 140.34º | 0.54% | 0.43% | - |
| XYZ | 7.89 | 12.06 | 7.71 | - |
| YUV | 86.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 70 | 0.54 | 0 | 0.36 | 0.57 | 140.34 | 0.37 | 0.31 |
| Hex | 32 | 6D | 46 | 36 | 0 | 24 | 39 | 8C | 25 | 1F |
| Octal | 62 | 155 | 106 | 66 | 0 | 44 | 71 | 214 | 45 | 37 |
| Binary | 110010 | 1101101 | 1000110 | 110110 | 0 | 100100 | 111001 | 10001100 | 100101 | 11111 |
Color Harmonies of #326D46
Complementary color
Monochromatic Colors of #326D46
Black with #326D46
Text Example
Text Example
White with #326D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D46; }
p { color: rgb(50,109,70); }
H1.HeaderClassName
{
color: #326D46;
}
.AnyTagClassName
{
color: #326D46;
}
</style>
background-color css
<style>
a { background-color: #326D46; }
a { background-color: rgb(50,109,70); }
div.DivClassName
{
background-color: #326D46;
}
.BgClassName
{
background-color: #326D46;
}
</style>
border-color css
<style>
span { border-color: #326D46; }
span { border-color: rgb(50,109,70); }
td.TdClassName
{
border-color: #326D46;
}
.TagClassName
{
border-color: #326D46;
}
</style>