Shades of Green Pea #326248
Tints of Green Pea #326248
RGB
CMYK
RGB Variations
Color information
#326248 (or 0x326248) is known color: Green Pea. HEX triplet: 32, 62 and 48. RGB value is (50,98,72). Sum of RGB (Red+Green+Blue) = 50+98+72=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #326248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326248 is #CD9DB7. Grayscale: #505050. Windows color (decimal): -13475256 or 4743730. OLE color: 4743730.
HSL color Cylindrical-coordinate representation of color #326248: hue angle of 147.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 #326248 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 72 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.62 |
| HSL | 147.5º | 0.32% | 0.29% | - |
| HSV(B) | 147.5º | 0.49% | 0.38% | - |
| XYZ | 6.85 | 9.88 | 7.68 | - |
| YUV | 80.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 72 | 0.49 | 0 | 0.27 | 0.62 | 147.5 | 0.32 | 0.29 |
| Hex | 32 | 62 | 48 | 31 | 0 | 1B | 3E | 94 | 20 | 1D |
| Octal | 62 | 142 | 110 | 61 | 0 | 33 | 76 | 224 | 40 | 35 |
| Binary | 110010 | 1100010 | 1001000 | 110001 | 0 | 11011 | 111110 | 10010100 | 100000 | 11101 |
Color Harmonies of #326248
Complementary color
Monochromatic Colors of #326248
Black with #326248
Text Example
Text Example
White with #326248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326248; }
p { color: rgb(50,98,72); }
H1.HeaderClassName
{
color: #326248;
}
.AnyTagClassName
{
color: #326248;
}
</style>
background-color css
<style>
a { background-color: #326248; }
a { background-color: rgb(50,98,72); }
div.DivClassName
{
background-color: #326248;
}
.BgClassName
{
background-color: #326248;
}
</style>
border-color css
<style>
span { border-color: #326248; }
span { border-color: rgb(50,98,72); }
td.TdClassName
{
border-color: #326248;
}
.TagClassName
{
border-color: #326248;
}
</style>