Shades of Green Pea #326143
Tints of Green Pea #326143
RGB
CMYK
RGB Variations
Color information
#326143 (or 0x326143) is known color: Green Pea. HEX triplet: 32, 61 and 43. RGB value is (50,97,67). Sum of RGB (Red+Green+Blue) = 50+97+67=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #326143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326143 is #CD9EBC. Grayscale: #4F4F4F. Windows color (decimal): -13475517 or 4415794. OLE color: 4415794.
HSL color Cylindrical-coordinate representation of color #326143: hue angle of 141.7º 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 #326143 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 67 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.62 |
| HSL | 141.7º | 0.32% | 0.29% | - |
| HSV(B) | 141.7º | 0.48% | 0.38% | - |
| XYZ | 6.6 | 9.63 | 6.82 | - |
| YUV | 79.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 67 | 0.48 | 0 | 0.31 | 0.62 | 141.7 | 0.32 | 0.29 |
| Hex | 32 | 61 | 43 | 30 | 0 | 1F | 3E | 8E | 20 | 1D |
| Octal | 62 | 141 | 103 | 60 | 0 | 37 | 76 | 216 | 40 | 35 |
| Binary | 110010 | 1100001 | 1000011 | 110000 | 0 | 11111 | 111110 | 10001110 | 100000 | 11101 |
Color Harmonies of #326143
Complementary color
Monochromatic Colors of #326143
Black with #326143
Text Example
Text Example
White with #326143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326143; }
p { color: rgb(50,97,67); }
H1.HeaderClassName
{
color: #326143;
}
.AnyTagClassName
{
color: #326143;
}
</style>
background-color css
<style>
a { background-color: #326143; }
a { background-color: rgb(50,97,67); }
div.DivClassName
{
background-color: #326143;
}
.BgClassName
{
background-color: #326143;
}
</style>
border-color css
<style>
span { border-color: #326143; }
span { border-color: rgb(50,97,67); }
td.TdClassName
{
border-color: #326143;
}
.TagClassName
{
border-color: #326143;
}
</style>