Shades of Green Pea #326845
Tints of Green Pea #326845
RGB
CMYK
RGB Variations
Color information
#326845 (or 0x326845) is known color: Green Pea. HEX triplet: 32, 68 and 45. RGB value is (50,104,69). Sum of RGB (Red+Green+Blue) = 50+104+69=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #326845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326845 is #CD97BA. Grayscale: #535353. Windows color (decimal): -13473723 or 4548658. OLE color: 4548658.
HSL color Cylindrical-coordinate representation of color #326845: hue angle of 141.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326845 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 104 | 69 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.59 |
| HSL | 141.11º | 0.35% | 0.3% | - |
| HSV(B) | 141.11º | 0.52% | 0.41% | - |
| XYZ | 7.34 | 11.01 | 7.37 | - |
| YUV | 83.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 69 | 0.52 | 0 | 0.34 | 0.59 | 141.11 | 0.35 | 0.3 |
| Hex | 32 | 68 | 45 | 34 | 0 | 22 | 3B | 8D | 23 | 1E |
| Octal | 62 | 150 | 105 | 64 | 0 | 42 | 73 | 215 | 43 | 36 |
| Binary | 110010 | 1101000 | 1000101 | 110100 | 0 | 100010 | 111011 | 10001101 | 100011 | 11110 |
Color Harmonies of #326845
Complementary color
Monochromatic Colors of #326845
Black with #326845
Text Example
Text Example
White with #326845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326845; }
p { color: rgb(50,104,69); }
H1.HeaderClassName
{
color: #326845;
}
.AnyTagClassName
{
color: #326845;
}
</style>
background-color css
<style>
a { background-color: #326845; }
a { background-color: rgb(50,104,69); }
div.DivClassName
{
background-color: #326845;
}
.BgClassName
{
background-color: #326845;
}
</style>
border-color css
<style>
span { border-color: #326845; }
span { border-color: rgb(50,104,69); }
td.TdClassName
{
border-color: #326845;
}
.TagClassName
{
border-color: #326845;
}
</style>