Shades of Green Pea #326045
Tints of Green Pea #326045
RGB
CMYK
RGB Variations
Color information
#326045 (or 0x326045) is known color: Green Pea. HEX triplet: 32, 60 and 45. RGB value is (50,96,69). Sum of RGB (Red+Green+Blue) = 50+96+69=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #326045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326045 is #CD9FBA. Grayscale: #4F4F4F. Windows color (decimal): -13475771 or 4546610. OLE color: 4546610.
HSL color Cylindrical-coordinate representation of color #326045: hue angle of 144.78º 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 #326045 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 69 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.62 |
| HSL | 144.78º | 0.32% | 0.29% | - |
| HSV(B) | 144.78º | 0.48% | 0.38% | - |
| XYZ | 6.57 | 9.47 | 7.11 | - |
| YUV | 79.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 69 | 0.48 | 0 | 0.28 | 0.62 | 144.78 | 0.32 | 0.29 |
| Hex | 32 | 60 | 45 | 30 | 0 | 1C | 3E | 91 | 20 | 1D |
| Octal | 62 | 140 | 105 | 60 | 0 | 34 | 76 | 221 | 40 | 35 |
| Binary | 110010 | 1100000 | 1000101 | 110000 | 0 | 11100 | 111110 | 10010001 | 100000 | 11101 |
Color Harmonies of #326045
Complementary color
Monochromatic Colors of #326045
Black with #326045
Text Example
Text Example
White with #326045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326045; }
p { color: rgb(50,96,69); }
H1.HeaderClassName
{
color: #326045;
}
.AnyTagClassName
{
color: #326045;
}
</style>
background-color css
<style>
a { background-color: #326045; }
a { background-color: rgb(50,96,69); }
div.DivClassName
{
background-color: #326045;
}
.BgClassName
{
background-color: #326045;
}
</style>
border-color css
<style>
span { border-color: #326045; }
span { border-color: rgb(50,96,69); }
td.TdClassName
{
border-color: #326045;
}
.TagClassName
{
border-color: #326045;
}
</style>