Shades of Green Pea #326147
Tints of Green Pea #326147
RGB
CMYK
RGB Variations
Color information
#326147 (or 0x326147) is known color: Green Pea. HEX triplet: 32, 61 and 47. RGB value is (50,97,71). Sum of RGB (Red+Green+Blue) = 50+97+71=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #326147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326147 is #CD9EB8. Grayscale: #505050. Windows color (decimal): -13475513 or 4677938. OLE color: 4677938.
HSL color Cylindrical-coordinate representation of color #326147: hue angle of 146.81º 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 #326147 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 71 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.62 |
| HSL | 146.81º | 0.32% | 0.29% | - |
| HSV(B) | 146.81º | 0.48% | 0.38% | - |
| XYZ | 6.73 | 9.68 | 7.48 | - |
| YUV | 79.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 71 | 0.48 | 0 | 0.27 | 0.62 | 146.81 | 0.32 | 0.29 |
| Hex | 32 | 61 | 47 | 30 | 0 | 1B | 3E | 93 | 20 | 1D |
| Octal | 62 | 141 | 107 | 60 | 0 | 33 | 76 | 223 | 40 | 35 |
| Binary | 110010 | 1100001 | 1000111 | 110000 | 0 | 11011 | 111110 | 10010011 | 100000 | 11101 |
Color Harmonies of #326147
Complementary color
Monochromatic Colors of #326147
Black with #326147
Text Example
Text Example
White with #326147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326147; }
p { color: rgb(50,97,71); }
H1.HeaderClassName
{
color: #326147;
}
.AnyTagClassName
{
color: #326147;
}
</style>
background-color css
<style>
a { background-color: #326147; }
a { background-color: rgb(50,97,71); }
div.DivClassName
{
background-color: #326147;
}
.BgClassName
{
background-color: #326147;
}
</style>
border-color css
<style>
span { border-color: #326147; }
span { border-color: rgb(50,97,71); }
td.TdClassName
{
border-color: #326147;
}
.TagClassName
{
border-color: #326147;
}
</style>