Shades of Green Pea #326148
Tints of Green Pea #326148
RGB
CMYK
RGB Variations
Color information
#326148 (or 0x326148) is known color: Green Pea. HEX triplet: 32, 61 and 48. RGB value is (50,97,72). Sum of RGB (Red+Green+Blue) = 50+97+72=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #326148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326148 is #CD9EB7. Grayscale: #505050. Windows color (decimal): -13475512 or 4743474. OLE color: 4743474.
HSL color Cylindrical-coordinate representation of color #326148: hue angle of 148.09º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326148 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 72 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.62 |
| HSL | 148.09º | 0.32% | 0.29% | - |
| HSV(B) | 148.09º | 0.48% | 0.38% | - |
| XYZ | 6.76 | 9.7 | 7.65 | - |
| YUV | 80.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 72 | 0.48 | 0 | 0.26 | 0.62 | 148.09 | 0.32 | 0.29 |
| Hex | 32 | 61 | 48 | 30 | 0 | 1A | 3E | 94 | 20 | 1D |
| Octal | 62 | 141 | 110 | 60 | 0 | 32 | 76 | 224 | 40 | 35 |
| Binary | 110010 | 1100001 | 1001000 | 110000 | 0 | 11010 | 111110 | 10010100 | 100000 | 11101 |
Color Harmonies of #326148
Complementary color
Monochromatic Colors of #326148
Black with #326148
Text Example
Text Example
White with #326148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326148; }
p { color: rgb(50,97,72); }
H1.HeaderClassName
{
color: #326148;
}
.AnyTagClassName
{
color: #326148;
}
</style>
background-color css
<style>
a { background-color: #326148; }
a { background-color: rgb(50,97,72); }
div.DivClassName
{
background-color: #326148;
}
.BgClassName
{
background-color: #326148;
}
</style>
border-color css
<style>
span { border-color: #326148; }
span { border-color: rgb(50,97,72); }
td.TdClassName
{
border-color: #326148;
}
.TagClassName
{
border-color: #326148;
}
</style>