Shades of Green Pea #326244
Tints of Green Pea #326244
RGB
CMYK
RGB Variations
Color information
#326244 (or 0x326244) is known color: Green Pea. HEX triplet: 32, 62 and 44. RGB value is (50,98,68). Sum of RGB (Red+Green+Blue) = 50+98+68=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #326244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326244 is #CD9DBB. Grayscale: #505050. Windows color (decimal): -13475260 or 4481586. OLE color: 4481586.
HSL color Cylindrical-coordinate representation of color #326244: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326244 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 68 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.62 |
| HSL | 142.5º | 0.32% | 0.29% | - |
| HSV(B) | 142.5º | 0.49% | 0.38% | - |
| XYZ | 6.73 | 9.83 | 7.01 | - |
| YUV | 80.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 68 | 0.49 | 0 | 0.31 | 0.62 | 142.5 | 0.32 | 0.29 |
| Hex | 32 | 62 | 44 | 31 | 0 | 1F | 3E | 8E | 20 | 1D |
| Octal | 62 | 142 | 104 | 61 | 0 | 37 | 76 | 216 | 40 | 35 |
| Binary | 110010 | 1100010 | 1000100 | 110001 | 0 | 11111 | 111110 | 10001110 | 100000 | 11101 |
Color Harmonies of #326244
Complementary color
Monochromatic Colors of #326244
Black with #326244
Text Example
Text Example
White with #326244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326244; }
p { color: rgb(50,98,68); }
H1.HeaderClassName
{
color: #326244;
}
.AnyTagClassName
{
color: #326244;
}
</style>
background-color css
<style>
a { background-color: #326244; }
a { background-color: rgb(50,98,68); }
div.DivClassName
{
background-color: #326244;
}
.BgClassName
{
background-color: #326244;
}
</style>
border-color css
<style>
span { border-color: #326244; }
span { border-color: rgb(50,98,68); }
td.TdClassName
{
border-color: #326244;
}
.TagClassName
{
border-color: #326244;
}
</style>