#326246

Color #326246 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #326246

Tints of Green Pea #326246

Color information

#326246 (or 0x326246) is unknown color: approx Green Pea. HEX triplet: 32, 62 and 46. RGB value is (50,98,70). Sum of RGB (Red+Green+Blue) = 50+98+70=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #326246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326246 is #CD9DB9. Grayscale: #505050. Windows color (decimal): -13475258 or 4612658. OLE color: 4612658.

HSL color Cylindrical-coordinate representation of color #326246: hue angle of 145º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326246 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB509870-
CMYK0.4900.290.62
HSL145º32.43%29.02%-
HSV(B)145º48.98%38.43%-
XYZ6.799.867.34-
YUV80.46122.1106.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=22.94%
G=44.95%
B=32.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098700.4900.290.6214532.4329.02
Hex3262463101D3E91201d
Octal6214210661035762214035
Binary110010110001010001101100010111011111101001000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326246; }

 p { color: rgb(50,98,70); }

 H1.HeaderClassName
 {
   color: #326246;
 }
 .AnyTagClassName
 {
   color: #326246;
 }
</style>
background-color css

<style>
 a { background-color: #326246; }

 a { background-color: rgb(50,98,70); }

 div.DivClassName
 {
   background-color: #326246;
 }
 .BgClassName
 {
   background-color: #326246;
 }
</style>
border-color css

<style>
 span { border-color: #326246; }

 span { border-color: rgb(50,98,70); }

 td.TdClassName
 {
   border-color: #326246;
 }
 .TagClassName
 {
   border-color: #326246;
 }
</style>