Shades of Green Pea #326F44
Tints of Green Pea #326F44
RGB
CMYK
RGB Variations
Color information
#326F44 (or 0x326F44) is known color: Green Pea. HEX triplet: 32, 6F and 44. RGB value is (50,111,68). Sum of RGB (Red+Green+Blue) = 50+111+68=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #326F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F44 is #CD90BB. Grayscale: #575757. Windows color (decimal): -13471932 or 4484914. OLE color: 4484914.
HSL color Cylindrical-coordinate representation of color #326F44: hue angle of 137.7º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F44 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 68 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.56 |
| HSL | 137.7º | 0.38% | 0.32% | - |
| HSV(B) | 137.7º | 0.55% | 0.44% | - |
| XYZ | 8.04 | 12.46 | 7.45 | - |
| YUV | 87.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 68 | 0.55 | 0 | 0.39 | 0.56 | 137.7 | 0.38 | 0.32 |
| Hex | 32 | 6F | 44 | 37 | 0 | 27 | 38 | 8A | 26 | 20 |
| Octal | 62 | 157 | 104 | 67 | 0 | 47 | 70 | 212 | 46 | 40 |
| Binary | 110010 | 1101111 | 1000100 | 110111 | 0 | 100111 | 111000 | 10001010 | 100110 | 100000 |
Color Harmonies of #326F44
Complementary color
Monochromatic Colors of #326F44
Black with #326F44
Text Example
Text Example
White with #326F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F44; }
p { color: rgb(50,111,68); }
H1.HeaderClassName
{
color: #326F44;
}
.AnyTagClassName
{
color: #326F44;
}
</style>
background-color css
<style>
a { background-color: #326F44; }
a { background-color: rgb(50,111,68); }
div.DivClassName
{
background-color: #326F44;
}
.BgClassName
{
background-color: #326F44;
}
</style>
border-color css
<style>
span { border-color: #326F44; }
span { border-color: rgb(50,111,68); }
td.TdClassName
{
border-color: #326F44;
}
.TagClassName
{
border-color: #326F44;
}
</style>