Shades of Green Pea #326249
Tints of Green Pea #326249
RGB
CMYK
RGB Variations
Color information
#326249 (or 0x326249) is known color: Green Pea. HEX triplet: 32, 62 and 49. RGB value is (50,98,73). Sum of RGB (Red+Green+Blue) = 50+98+73=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #326249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326249 is #CD9DB6. Grayscale: #505050. Windows color (decimal): -13475255 or 4809266. OLE color: 4809266.
HSL color Cylindrical-coordinate representation of color #326249: hue angle of 148.75º 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 #326249 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 73 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.62 |
| HSL | 148.75º | 0.32% | 0.29% | - |
| HSV(B) | 148.75º | 0.49% | 0.38% | - |
| XYZ | 6.89 | 9.89 | 7.85 | - |
| YUV | 80.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 73 | 0.49 | 0 | 0.26 | 0.62 | 148.75 | 0.32 | 0.29 |
| Hex | 32 | 62 | 49 | 31 | 0 | 1A | 3E | 95 | 20 | 1D |
| Octal | 62 | 142 | 111 | 61 | 0 | 32 | 76 | 225 | 40 | 35 |
| Binary | 110010 | 1100010 | 1001001 | 110001 | 0 | 11010 | 111110 | 10010101 | 100000 | 11101 |
Color Harmonies of #326249
Complementary color
Monochromatic Colors of #326249
Black with #326249
Text Example
Text Example
White with #326249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326249; }
p { color: rgb(50,98,73); }
H1.HeaderClassName
{
color: #326249;
}
.AnyTagClassName
{
color: #326249;
}
</style>
background-color css
<style>
a { background-color: #326249; }
a { background-color: rgb(50,98,73); }
div.DivClassName
{
background-color: #326249;
}
.BgClassName
{
background-color: #326249;
}
</style>
border-color css
<style>
span { border-color: #326249; }
span { border-color: rgb(50,98,73); }
td.TdClassName
{
border-color: #326249;
}
.TagClassName
{
border-color: #326249;
}
</style>