Shades of Green Pea #326245
Tints of Green Pea #326245
RGB
CMYK
RGB Variations
Color information
#326245 (or 0x326245) is known color: Green Pea. HEX triplet: 32, 62 and 45. RGB value is (50,98,69). Sum of RGB (Red+Green+Blue) = 50+98+69=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #326245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326245 is #CD9DBA. Grayscale: #505050. Windows color (decimal): -13475259 or 4547122. OLE color: 4547122.
HSL color Cylindrical-coordinate representation of color #326245: hue angle of 143.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326245 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 69 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.62 |
| HSL | 143.75º | 0.32% | 0.29% | - |
| HSV(B) | 143.75º | 0.49% | 0.38% | - |
| XYZ | 6.76 | 9.84 | 7.17 | - |
| YUV | 80.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 69 | 0.49 | 0 | 0.30 | 0.62 | 143.75 | 0.32 | 0.29 |
| Hex | 32 | 62 | 45 | 31 | 0 | 1E | 3E | 90 | 20 | 1D |
| Octal | 62 | 142 | 105 | 61 | 0 | 36 | 76 | 220 | 40 | 35 |
| Binary | 110010 | 1100010 | 1000101 | 110001 | 0 | 11110 | 111110 | 10010000 | 100000 | 11101 |
Color Harmonies of #326245
Complementary color
Monochromatic Colors of #326245
Black with #326245
Text Example
Text Example
White with #326245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326245; }
p { color: rgb(50,98,69); }
H1.HeaderClassName
{
color: #326245;
}
.AnyTagClassName
{
color: #326245;
}
</style>
background-color css
<style>
a { background-color: #326245; }
a { background-color: rgb(50,98,69); }
div.DivClassName
{
background-color: #326245;
}
.BgClassName
{
background-color: #326245;
}
</style>
border-color css
<style>
span { border-color: #326245; }
span { border-color: rgb(50,98,69); }
td.TdClassName
{
border-color: #326245;
}
.TagClassName
{
border-color: #326245;
}
</style>