Shades of Green Pea #326C47
Tints of Green Pea #326C47
RGB
CMYK
RGB Variations
Color information
#326C47 (or 0x326C47) is known color: Green Pea. HEX triplet: 32, 6C and 47. RGB value is (50,108,71). Sum of RGB (Red+Green+Blue) = 50+108+71=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #326C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C47 is #CD93B8. Grayscale: #565656. Windows color (decimal): -13472697 or 4680754. OLE color: 4680754.
HSL color Cylindrical-coordinate representation of color #326C47: hue angle of 141.72º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326C47 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 108 | 71 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.58 |
| HSL | 141.72º | 0.37% | 0.31% | - |
| HSV(B) | 141.72º | 0.54% | 0.42% | - |
| XYZ | 7.82 | 11.86 | 7.84 | - |
| YUV | 86.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 71 | 0.54 | 0 | 0.34 | 0.58 | 141.72 | 0.37 | 0.31 |
| Hex | 32 | 6C | 47 | 36 | 0 | 22 | 3A | 8E | 25 | 1F |
| Octal | 62 | 154 | 107 | 66 | 0 | 42 | 72 | 216 | 45 | 37 |
| Binary | 110010 | 1101100 | 1000111 | 110110 | 0 | 100010 | 111010 | 10001110 | 100101 | 11111 |
Color Harmonies of #326C47
Complementary color
Monochromatic Colors of #326C47
Black with #326C47
Text Example
Text Example
White with #326C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C47; }
p { color: rgb(50,108,71); }
H1.HeaderClassName
{
color: #326C47;
}
.AnyTagClassName
{
color: #326C47;
}
</style>
background-color css
<style>
a { background-color: #326C47; }
a { background-color: rgb(50,108,71); }
div.DivClassName
{
background-color: #326C47;
}
.BgClassName
{
background-color: #326C47;
}
</style>
border-color css
<style>
span { border-color: #326C47; }
span { border-color: rgb(50,108,71); }
td.TdClassName
{
border-color: #326C47;
}
.TagClassName
{
border-color: #326C47;
}
</style>