Shades of Green Pea #326A47
Tints of Green Pea #326A47
RGB
CMYK
RGB Variations
Color information
#326A47 (or 0x326A47) is known color: Green Pea. HEX triplet: 32, 6A and 47. RGB value is (50,106,71). Sum of RGB (Red+Green+Blue) = 50+106+71=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 106 - color contains mainly: green. Hex color #326A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326A47 is #CD95B8. Grayscale: #555555. Windows color (decimal): -13473209 or 4680242. OLE color: 4680242.
HSL color Cylindrical-coordinate representation of color #326A47: hue angle of 142.5º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326A47 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 106 | 71 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.58 |
| HSL | 142.5º | 0.36% | 0.31% | - |
| HSV(B) | 142.5º | 0.53% | 0.42% | - |
| XYZ | 7.61 | 11.44 | 7.77 | - |
| YUV | 85.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 71 | 0.53 | 0 | 0.33 | 0.58 | 142.5 | 0.36 | 0.31 |
| Hex | 32 | 6A | 47 | 35 | 0 | 21 | 3A | 8E | 24 | 1F |
| Octal | 62 | 152 | 107 | 65 | 0 | 41 | 72 | 216 | 44 | 37 |
| Binary | 110010 | 1101010 | 1000111 | 110101 | 0 | 100001 | 111010 | 10001110 | 100100 | 11111 |
Color Harmonies of #326A47
Complementary color
Monochromatic Colors of #326A47
Black with #326A47
Text Example
Text Example
White with #326A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326A47; }
p { color: rgb(50,106,71); }
H1.HeaderClassName
{
color: #326A47;
}
.AnyTagClassName
{
color: #326A47;
}
</style>
background-color css
<style>
a { background-color: #326A47; }
a { background-color: rgb(50,106,71); }
div.DivClassName
{
background-color: #326A47;
}
.BgClassName
{
background-color: #326A47;
}
</style>
border-color css
<style>
span { border-color: #326A47; }
span { border-color: rgb(50,106,71); }
td.TdClassName
{
border-color: #326A47;
}
.TagClassName
{
border-color: #326A47;
}
</style>