Shades of Green Pea #326448
Tints of Green Pea #326448
RGB
CMYK
RGB Variations
Color information
#326448 (or 0x326448) is known color: Green Pea. HEX triplet: 32, 64 and 48. RGB value is (50,100,72). Sum of RGB (Red+Green+Blue) = 50+100+72=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #326448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326448 is #CD9BB7. Grayscale: #515151. Windows color (decimal): -13474744 or 4744242. OLE color: 4744242.
HSL color Cylindrical-coordinate representation of color #326448: hue angle of 146.4º 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 #326448 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 72 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.61 |
| HSL | 146.4º | 0.33% | 0.29% | - |
| HSV(B) | 146.4º | 0.5% | 0.39% | - |
| XYZ | 7.04 | 10.26 | 7.74 | - |
| YUV | 81.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 72 | 0.50 | 0 | 0.28 | 0.61 | 146.4 | 0.33 | 0.29 |
| Hex | 32 | 64 | 48 | 32 | 0 | 1C | 3D | 92 | 21 | 1D |
| Octal | 62 | 144 | 110 | 62 | 0 | 34 | 75 | 222 | 41 | 35 |
| Binary | 110010 | 1100100 | 1001000 | 110010 | 0 | 11100 | 111101 | 10010010 | 100001 | 11101 |
Color Harmonies of #326448
Complementary color
Monochromatic Colors of #326448
Black with #326448
Text Example
Text Example
White with #326448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326448; }
p { color: rgb(50,100,72); }
H1.HeaderClassName
{
color: #326448;
}
.AnyTagClassName
{
color: #326448;
}
</style>
background-color css
<style>
a { background-color: #326448; }
a { background-color: rgb(50,100,72); }
div.DivClassName
{
background-color: #326448;
}
.BgClassName
{
background-color: #326448;
}
</style>
border-color css
<style>
span { border-color: #326448; }
span { border-color: rgb(50,100,72); }
td.TdClassName
{
border-color: #326448;
}
.TagClassName
{
border-color: #326448;
}
</style>