#326146

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

Shades of Green Pea #326146

Tints of Green Pea #326146

Color information

#326146 (or 0x326146) is unknown color: approx Green Pea. HEX triplet: 32, 61 and 46. RGB value is (50,97,70). Sum of RGB (Red+Green+Blue) = 50+97+70=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #326146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326146 is #CD9EB9. Grayscale: #4F4F4F. Windows color (decimal): -13475514 or 4612402. OLE color: 4612402.

HSL color Cylindrical-coordinate representation of color #326146: hue angle of 145.53º 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 #326146 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB509770-
CMYK0.4800.280.62
HSL145.53º31.97%28.82%-
HSV(B)145.53º48.45%38.04%-
XYZ6.79.677.31-
YUV79.87122.43106.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=23.04%
G=44.70%
B=32.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097700.4800.280.62145.5331.9728.82
Hex3261463001C3E92201d
Octal6214110660034762224035
Binary110010110000110001101100000111001111101001001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326146; }

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

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

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

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

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

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

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

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