Shades of Green Pea #326145
Tints of Green Pea #326145
RGB
CMYK
RGB Variations
Color information
#326145 (or 0x326145) is known color: Green Pea. HEX triplet: 32, 61 and 45. RGB value is (50,97,69). Sum of RGB (Red+Green+Blue) = 50+97+69=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #326145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326145 is #CD9EBA. Grayscale: #4F4F4F. Windows color (decimal): -13475515 or 4546866. OLE color: 4546866.
HSL color Cylindrical-coordinate representation of color #326145: hue angle of 144.26º 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 #326145 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 69 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.62 |
| HSL | 144.26º | 0.32% | 0.29% | - |
| HSV(B) | 144.26º | 0.48% | 0.38% | - |
| XYZ | 6.66 | 9.66 | 7.14 | - |
| YUV | 79.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 69 | 0.48 | 0 | 0.29 | 0.62 | 144.26 | 0.32 | 0.29 |
| Hex | 32 | 61 | 45 | 30 | 0 | 1D | 3E | 90 | 20 | 1D |
| Octal | 62 | 141 | 105 | 60 | 0 | 35 | 76 | 220 | 40 | 35 |
| Binary | 110010 | 1100001 | 1000101 | 110000 | 0 | 11101 | 111110 | 10010000 | 100000 | 11101 |
Color Harmonies of #326145
Complementary color
Monochromatic Colors of #326145
Black with #326145
Text Example
Text Example
White with #326145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326145; }
p { color: rgb(50,97,69); }
H1.HeaderClassName
{
color: #326145;
}
.AnyTagClassName
{
color: #326145;
}
</style>
background-color css
<style>
a { background-color: #326145; }
a { background-color: rgb(50,97,69); }
div.DivClassName
{
background-color: #326145;
}
.BgClassName
{
background-color: #326145;
}
</style>
border-color css
<style>
span { border-color: #326145; }
span { border-color: rgb(50,97,69); }
td.TdClassName
{
border-color: #326145;
}
.TagClassName
{
border-color: #326145;
}
</style>