Shades of Green Pea #326447
Tints of Green Pea #326447
RGB
CMYK
RGB Variations
Color information
#326447 (or 0x326447) is known color: Green Pea. HEX triplet: 32, 64 and 47. RGB value is (50,100,71). Sum of RGB (Red+Green+Blue) = 50+100+71=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #326447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326447 is #CD9BB8. Grayscale: #515151. Windows color (decimal): -13474745 or 4678706. OLE color: 4678706.
HSL color Cylindrical-coordinate representation of color #326447: hue angle of 145.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326447 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 71 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.61 |
| HSL | 145.2º | 0.33% | 0.29% | - |
| HSV(B) | 145.2º | 0.5% | 0.39% | - |
| XYZ | 7.01 | 10.25 | 7.57 | - |
| YUV | 81.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 71 | 0.50 | 0 | 0.29 | 0.61 | 145.2 | 0.33 | 0.29 |
| Hex | 32 | 64 | 47 | 32 | 0 | 1D | 3D | 91 | 21 | 1D |
| Octal | 62 | 144 | 107 | 62 | 0 | 35 | 75 | 221 | 41 | 35 |
| Binary | 110010 | 1100100 | 1000111 | 110010 | 0 | 11101 | 111101 | 10010001 | 100001 | 11101 |
Color Harmonies of #326447
Complementary color
Monochromatic Colors of #326447
Black with #326447
Text Example
Text Example
White with #326447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326447; }
p { color: rgb(50,100,71); }
H1.HeaderClassName
{
color: #326447;
}
.AnyTagClassName
{
color: #326447;
}
</style>
background-color css
<style>
a { background-color: #326447; }
a { background-color: rgb(50,100,71); }
div.DivClassName
{
background-color: #326447;
}
.BgClassName
{
background-color: #326447;
}
</style>
border-color css
<style>
span { border-color: #326447; }
span { border-color: rgb(50,100,71); }
td.TdClassName
{
border-color: #326447;
}
.TagClassName
{
border-color: #326447;
}
</style>