Shades of Green Pea #326046
Tints of Green Pea #326046
RGB
CMYK
RGB Variations
Color information
#326046 (or 0x326046) is known color: Green Pea. HEX triplet: 32, 60 and 46. RGB value is (50,96,70). Sum of RGB (Red+Green+Blue) = 50+96+70=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #326046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326046 is #CD9FB9. Grayscale: #4F4F4F. Windows color (decimal): -13475770 or 4612146. OLE color: 4612146.
HSL color Cylindrical-coordinate representation of color #326046: hue angle of 146.09º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326046 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 70 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.62 |
| HSL | 146.09º | 0.32% | 0.29% | - |
| HSV(B) | 146.09º | 0.48% | 0.38% | - |
| XYZ | 6.6 | 9.49 | 7.28 | - |
| YUV | 79.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 70 | 0.48 | 0 | 0.27 | 0.62 | 146.09 | 0.32 | 0.29 |
| Hex | 32 | 60 | 46 | 30 | 0 | 1B | 3E | 92 | 20 | 1D |
| Octal | 62 | 140 | 106 | 60 | 0 | 33 | 76 | 222 | 40 | 35 |
| Binary | 110010 | 1100000 | 1000110 | 110000 | 0 | 11011 | 111110 | 10010010 | 100000 | 11101 |
Color Harmonies of #326046
Complementary color
Monochromatic Colors of #326046
Black with #326046
Text Example
Text Example
White with #326046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326046; }
p { color: rgb(50,96,70); }
H1.HeaderClassName
{
color: #326046;
}
.AnyTagClassName
{
color: #326046;
}
</style>
background-color css
<style>
a { background-color: #326046; }
a { background-color: rgb(50,96,70); }
div.DivClassName
{
background-color: #326046;
}
.BgClassName
{
background-color: #326046;
}
</style>
border-color css
<style>
span { border-color: #326046; }
span { border-color: rgb(50,96,70); }
td.TdClassName
{
border-color: #326046;
}
.TagClassName
{
border-color: #326046;
}
</style>