Shades of Green Pea #326445
Tints of Green Pea #326445
RGB
CMYK
RGB Variations
Color information
#326445 (or 0x326445) is known color: Green Pea. HEX triplet: 32, 64 and 45. RGB value is (50,100,69). Sum of RGB (Red+Green+Blue) = 50+100+69=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #326445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326445 is #CD9BBA. Grayscale: #515151. Windows color (decimal): -13474747 or 4547634. OLE color: 4547634.
HSL color Cylindrical-coordinate representation of color #326445: hue angle of 142.8º 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 #326445 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 69 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.61 |
| HSL | 142.8º | 0.33% | 0.29% | - |
| HSV(B) | 142.8º | 0.5% | 0.39% | - |
| XYZ | 6.95 | 10.22 | 7.24 | - |
| YUV | 81.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 69 | 0.50 | 0 | 0.31 | 0.61 | 142.8 | 0.33 | 0.29 |
| Hex | 32 | 64 | 45 | 32 | 0 | 1F | 3D | 8F | 21 | 1D |
| Octal | 62 | 144 | 105 | 62 | 0 | 37 | 75 | 217 | 41 | 35 |
| Binary | 110010 | 1100100 | 1000101 | 110010 | 0 | 11111 | 111101 | 10001111 | 100001 | 11101 |
Color Harmonies of #326445
Complementary color
Monochromatic Colors of #326445
Black with #326445
Text Example
Text Example
White with #326445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326445; }
p { color: rgb(50,100,69); }
H1.HeaderClassName
{
color: #326445;
}
.AnyTagClassName
{
color: #326445;
}
</style>
background-color css
<style>
a { background-color: #326445; }
a { background-color: rgb(50,100,69); }
div.DivClassName
{
background-color: #326445;
}
.BgClassName
{
background-color: #326445;
}
</style>
border-color css
<style>
span { border-color: #326445; }
span { border-color: rgb(50,100,69); }
td.TdClassName
{
border-color: #326445;
}
.TagClassName
{
border-color: #326445;
}
</style>