Shades of Green Pea #326549
Tints of Green Pea #326549
RGB
CMYK
RGB Variations
Color information
#326549 (or 0x326549) is known color: Green Pea. HEX triplet: 32, 65 and 49. RGB value is (50,101,73). Sum of RGB (Red+Green+Blue) = 50+101+73=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #326549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326549 is #CD9AB6. Grayscale: #525252. Windows color (decimal): -13474487 or 4810034. OLE color: 4810034.
HSL color Cylindrical-coordinate representation of color #326549: hue angle of 147.06º 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 #326549 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 73 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.60 |
| HSL | 147.06º | 0.34% | 0.3% | - |
| HSV(B) | 147.06º | 0.5% | 0.4% | - |
| XYZ | 7.17 | 10.47 | 7.95 | - |
| YUV | 82.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 73 | 0.50 | 0 | 0.28 | 0.60 | 147.06 | 0.34 | 0.3 |
| Hex | 32 | 65 | 49 | 32 | 0 | 1C | 3C | 93 | 22 | 1E |
| Octal | 62 | 145 | 111 | 62 | 0 | 34 | 74 | 223 | 42 | 36 |
| Binary | 110010 | 1100101 | 1001001 | 110010 | 0 | 11100 | 111100 | 10010011 | 100010 | 11110 |
Color Harmonies of #326549
Complementary color
Monochromatic Colors of #326549
Black with #326549
Text Example
Text Example
White with #326549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326549; }
p { color: rgb(50,101,73); }
H1.HeaderClassName
{
color: #326549;
}
.AnyTagClassName
{
color: #326549;
}
</style>
background-color css
<style>
a { background-color: #326549; }
a { background-color: rgb(50,101,73); }
div.DivClassName
{
background-color: #326549;
}
.BgClassName
{
background-color: #326549;
}
</style>
border-color css
<style>
span { border-color: #326549; }
span { border-color: rgb(50,101,73); }
td.TdClassName
{
border-color: #326549;
}
.TagClassName
{
border-color: #326549;
}
</style>