#326946

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

Shades of Green Pea #326946

Tints of Green Pea #326946

Color information

#326946 (or 0x326946) is unknown color: approx Green Pea. HEX triplet: 32, 69 and 46. RGB value is (50,105,70). Sum of RGB (Red+Green+Blue) = 50+105+70=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #326946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326946 is #CD96B9. Grayscale: #545454. Windows color (decimal): -13473466 or 4614450. OLE color: 4614450.

HSL color Cylindrical-coordinate representation of color #326946: hue angle of 141.82º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326946 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB5010570-
CMYK0.5200.330.59
HSL141.82º35.48%30.39%-
HSV(B)141.82º52.38%41.18%-
XYZ7.4711.227.57-
YUV84.56119.78103.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=22.22%
G=46.67%
B=31.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105700.5200.330.59141.8235.4830.39
Hex326946340213B8e231e
Octal6215110664041732164336
Binary1100101101001100011011010001000011110111000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326946; }

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

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

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

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

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

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

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

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