Shades of Green Pea #326344
Tints of Green Pea #326344
RGB
CMYK
RGB Variations
Color information
#326344 (or 0x326344) is known color: Green Pea. HEX triplet: 32, 63 and 44. RGB value is (50,99,68). Sum of RGB (Red+Green+Blue) = 50+99+68=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #326344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326344 is #CD9CBB. Grayscale: #505050. Windows color (decimal): -13475004 or 4481842. OLE color: 4481842.
HSL color Cylindrical-coordinate representation of color #326344: hue angle of 142.04º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326344 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 68 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.61 |
| HSL | 142.04º | 0.33% | 0.29% | - |
| HSV(B) | 142.04º | 0.49% | 0.39% | - |
| XYZ | 6.82 | 10.02 | 7.04 | - |
| YUV | 80.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 68 | 0.49 | 0 | 0.31 | 0.61 | 142.04 | 0.33 | 0.29 |
| Hex | 32 | 63 | 44 | 31 | 0 | 1F | 3D | 8E | 21 | 1D |
| Octal | 62 | 143 | 104 | 61 | 0 | 37 | 75 | 216 | 41 | 35 |
| Binary | 110010 | 1100011 | 1000100 | 110001 | 0 | 11111 | 111101 | 10001110 | 100001 | 11101 |
Color Harmonies of #326344
Complementary color
Monochromatic Colors of #326344
Black with #326344
Text Example
Text Example
White with #326344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326344; }
p { color: rgb(50,99,68); }
H1.HeaderClassName
{
color: #326344;
}
.AnyTagClassName
{
color: #326344;
}
</style>
background-color css
<style>
a { background-color: #326344; }
a { background-color: rgb(50,99,68); }
div.DivClassName
{
background-color: #326344;
}
.BgClassName
{
background-color: #326344;
}
</style>
border-color css
<style>
span { border-color: #326344; }
span { border-color: rgb(50,99,68); }
td.TdClassName
{
border-color: #326344;
}
.TagClassName
{
border-color: #326344;
}
</style>