Shades of Green Pea #326D45
Tints of Green Pea #326D45
RGB
CMYK
RGB Variations
Color information
#326D45 (or 0x326D45) is known color: Green Pea. HEX triplet: 32, 6D and 45. RGB value is (50,109,69). Sum of RGB (Red+Green+Blue) = 50+109+69=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #326D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D45 is #CD92BA. Grayscale: #565656. Windows color (decimal): -13472443 or 4549938. OLE color: 4549938.
HSL color Cylindrical-coordinate representation of color #326D45: hue angle of 139.32º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326D45 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 109 | 69 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.57 |
| HSL | 139.32º | 0.37% | 0.31% | - |
| HSV(B) | 139.32º | 0.54% | 0.43% | - |
| XYZ | 7.86 | 12.05 | 7.54 | - |
| YUV | 86.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 69 | 0.54 | 0 | 0.37 | 0.57 | 139.32 | 0.37 | 0.31 |
| Hex | 32 | 6D | 45 | 36 | 0 | 25 | 39 | 8B | 25 | 1F |
| Octal | 62 | 155 | 105 | 66 | 0 | 45 | 71 | 213 | 45 | 37 |
| Binary | 110010 | 1101101 | 1000101 | 110110 | 0 | 100101 | 111001 | 10001011 | 100101 | 11111 |
Color Harmonies of #326D45
Complementary color
Monochromatic Colors of #326D45
Black with #326D45
Text Example
Text Example
White with #326D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D45; }
p { color: rgb(50,109,69); }
H1.HeaderClassName
{
color: #326D45;
}
.AnyTagClassName
{
color: #326D45;
}
</style>
background-color css
<style>
a { background-color: #326D45; }
a { background-color: rgb(50,109,69); }
div.DivClassName
{
background-color: #326D45;
}
.BgClassName
{
background-color: #326D45;
}
</style>
border-color css
<style>
span { border-color: #326D45; }
span { border-color: rgb(50,109,69); }
td.TdClassName
{
border-color: #326D45;
}
.TagClassName
{
border-color: #326D45;
}
</style>