Shades of Green Pea #326846
Tints of Green Pea #326846
RGB
CMYK
RGB Variations
Color information
#326846 (or 0x326846) is known color: Green Pea. HEX triplet: 32, 68 and 46. RGB value is (50,104,70). Sum of RGB (Red+Green+Blue) = 50+104+70=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #326846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326846 is #CD97B9. Grayscale: #545454. Windows color (decimal): -13473722 or 4614194. OLE color: 4614194.
HSL color Cylindrical-coordinate representation of color #326846: hue angle of 142.22º 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 #326846 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 104 | 70 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.59 |
| HSL | 142.22º | 0.35% | 0.3% | - |
| HSV(B) | 142.22º | 0.52% | 0.41% | - |
| XYZ | 7.37 | 11.02 | 7.53 | - |
| YUV | 83.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 70 | 0.52 | 0 | 0.33 | 0.59 | 142.22 | 0.35 | 0.3 |
| Hex | 32 | 68 | 46 | 34 | 0 | 21 | 3B | 8E | 23 | 1E |
| Octal | 62 | 150 | 106 | 64 | 0 | 41 | 73 | 216 | 43 | 36 |
| Binary | 110010 | 1101000 | 1000110 | 110100 | 0 | 100001 | 111011 | 10001110 | 100011 | 11110 |
Color Harmonies of #326846
Complementary color
Monochromatic Colors of #326846
Black with #326846
Text Example
Text Example
White with #326846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326846; }
p { color: rgb(50,104,70); }
H1.HeaderClassName
{
color: #326846;
}
.AnyTagClassName
{
color: #326846;
}
</style>
background-color css
<style>
a { background-color: #326846; }
a { background-color: rgb(50,104,70); }
div.DivClassName
{
background-color: #326846;
}
.BgClassName
{
background-color: #326846;
}
</style>
border-color css
<style>
span { border-color: #326846; }
span { border-color: rgb(50,104,70); }
td.TdClassName
{
border-color: #326846;
}
.TagClassName
{
border-color: #326846;
}
</style>