Shades of Green Pea #326545
Tints of Green Pea #326545
RGB
CMYK
RGB Variations
Color information
#326545 (or 0x326545) is known color: Green Pea. HEX triplet: 32, 65 and 45. RGB value is (50,101,69). Sum of RGB (Red+Green+Blue) = 50+101+69=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #326545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326545 is #CD9ABA. Grayscale: #525252. Windows color (decimal): -13474491 or 4547890. OLE color: 4547890.
HSL color Cylindrical-coordinate representation of color #326545: hue angle of 142.35º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326545 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 69 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.60 |
| HSL | 142.35º | 0.34% | 0.3% | - |
| HSV(B) | 142.35º | 0.5% | 0.4% | - |
| XYZ | 7.04 | 10.42 | 7.27 | - |
| YUV | 82.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 69 | 0.50 | 0 | 0.32 | 0.60 | 142.35 | 0.34 | 0.3 |
| Hex | 32 | 65 | 45 | 32 | 0 | 20 | 3C | 8E | 22 | 1E |
| Octal | 62 | 145 | 105 | 62 | 0 | 40 | 74 | 216 | 42 | 36 |
| Binary | 110010 | 1100101 | 1000101 | 110010 | 0 | 100000 | 111100 | 10001110 | 100010 | 11110 |
Color Harmonies of #326545
Complementary color
Monochromatic Colors of #326545
Black with #326545
Text Example
Text Example
White with #326545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326545; }
p { color: rgb(50,101,69); }
H1.HeaderClassName
{
color: #326545;
}
.AnyTagClassName
{
color: #326545;
}
</style>
background-color css
<style>
a { background-color: #326545; }
a { background-color: rgb(50,101,69); }
div.DivClassName
{
background-color: #326545;
}
.BgClassName
{
background-color: #326545;
}
</style>
border-color css
<style>
span { border-color: #326545; }
span { border-color: rgb(50,101,69); }
td.TdClassName
{
border-color: #326545;
}
.TagClassName
{
border-color: #326545;
}
</style>